tvm
|
default x86 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::x86 | |
Functions | |
Schedule | tvm::topi::x86::MakeDefaultSchedule (const Target &target, const Array< Tensor > &outs, bool auto_inline) |
Helper to create a default x86 schedule for the given ops. More... | |
Schedule | tvm::topi::x86::default_schedule (const Target &target, const Array< Tensor > &outs) |
Create a default x86 schedule for the given ops. More... | |
Schedule | tvm::topi::x86::default_schedule_auto_inline (const Target &target, const Array< Tensor > &outs) |
Create a default x86 schedule for the given ops, with auto inline. More... | |
default x86 schedule