tvm
|
Generic default schedule. More...
#include <tvm/target/generic_func.h>
#include <tvm/te/operation.h>
#include <tvm/te/schedule_pass.h>
#include <tvm/topi/detail/fuse.h>
#include <tvm/topi/tags.h>
Go to the source code of this file.
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::topi | |
tvm::topi::generic | |
Functions | |
Schedule | tvm::topi::generic::default_schedule (const Target &target, const Array< Tensor > &outs) |
Create a generic default schedule for the given output tensors. More... | |
Schedule | tvm::topi::generic::default_schedule_auto_inline (const Target &target, const Array< Tensor > &outs) |
Create a generic default schedule for the given output tensors, and apply auto inline. More... | |
Generic default schedule.