tvm
Classes | Namespaces | Functions
target.h File Reference

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>
Include dependency graph for target.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Compilation target object.