tvm
|
#include <tvm/tir/schedule/instruction.h>
Go to the source code of this file.
Classes | |
class | tvm::tir::TraceNode |
An execution trace of a scheduling program. More... | |
class | tvm::tir::Trace |
Managed reference to TraceNode. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::tir | |
Typedefs | |
using | tvm::tir::FTraceDecisionProvider = runtime::TypedPackedFunc< ObjectRef(const Instruction &inst, const Array< ObjectRef > &inputs, const Array< ObjectRef > &attrs, const Optional< ObjectRef > &decision)> |
A callback that allows users to mutate decisions on the fly when applying instructions. The signature of the callback is: More... | |