Managed reference to TraceNode.
More...
#include <trace.h>
Managed reference to TraceNode.
- See also
- TraceNode
◆ Trace() [1/2]
tvm::tir::Trace::Trace |
( |
| ) |
|
Default constructor. Creating an empty trace.
◆ Trace() [2/2]
Constructor. Creating a trace from existing instructions and their decisions.
- Parameters
-
insts | The instructions used |
decisions | The decisions made in sampling |
◆ ApplyJSONToSchedule()
static void tvm::tir::Trace::ApplyJSONToSchedule |
( |
ObjectRef |
json, |
|
|
Schedule |
sch |
|
) |
| |
|
static |
Apply a JSON-serialized trace to a TensorIR schedule.
- Parameters
-
json | The JSON-serialized trace |
sch | The TensorIR schedule |
◆ TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS()
tvm::tir::Trace::TVM_DEFINE_MUTABLE_NOTNULLABLE_OBJECT_REF_METHODS |
( |
Trace |
, |
|
|
runtime::ObjectRef |
, |
|
|
TraceNode |
|
|
) |
| |
The documentation for this class was generated from the following file: