tvm
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Typedefs
trace.h File Reference
#include <tvm/tir/schedule/instruction.h>
Include dependency graph for trace.h:
This graph shows which files directly or indirectly include this file:

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...