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 | |
Performance counters for profiling via the PAPI library. | |
tvm::tir | |
Typedefs | |
using | tvm::tir::FTraceDecisionProvider = ffi::TypedFunction< Any(const Instruction &inst, const Array< Any > &inputs, const Array< Any > &attrs, const Any &decision)> |
A callback that allows users to mutate decisions on the fly when applying instructions. The signature of the callback is: More... | |