|
tvm
|
Compilation target object. More...
#include <tvm/ffi/reflection/registry.h>#include <tvm/ir/expr.h>#include <tvm/ir/function.h>#include <tvm/node/cast.h>#include <tvm/runtime/device_api.h>#include <tvm/support/with.h>#include <tvm/target/target_kind.h>#include <string>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 | |
| An object that builds and maintains block scope and StmtSref mapping for Dependence analysis. | |
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... | |
Compilation target object.