|
tvm
|
#include <tvm/s_tir/schedule/instruction.h>Go to the source code of this file.
Classes | |
| class | tvm::s_tir::TraceNode |
| An execution trace of a scheduling program. More... | |
| class | tvm::s_tir::Trace |
| Managed reference to TraceNode. More... | |
Namespaces | |
| tvm | |
| Performance counters for profiling via the PAPI library. | |
| tvm::s_tir | |
Typedefs | |
| using | tvm::s_tir::FTraceDecisionProvider = ffi::TypedFunction< Any(const Instruction &inst, const ffi::Array< Any > &inputs, const ffi::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... | |