tvm
|
Compilation target object. More...
#include <tvm/ir/expr.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 | |
Performance counters for profiling via the PAPI library. | |
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.