tvm
|
Compilation target object. More...
#include <tvm/ir/expr.h>
#include <tvm/ir/module.h>
#include <tvm/node/node.h>
#include <tvm/support/with.h>
#include <tvm/target/target_kind.h>
#include <string>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Classes | |
class | tvm::TargetNode |
Compilation target. More... | |
class | tvm::Target |
Managed reference class to TargetNode. More... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
Functions | |
void | tvm::CheckAndUpdateHostConsistency (Target *target, Target *host) |
Check and update host field of the given legacy target and target host pair. Note that this function is for legacy target api compatibility issue only, not recommended for other use. More... | |
void | tvm::CheckAndUpdateHostConsistency (Map< Target, IRModule > *ir_modules, Target *host) |
Check and update host field of the given legacy heterogeneous targets and target host.Note that this function is for legacy target api compatibility issue only, not recommended for other use. More... | |
Compilation target object.