27 #ifndef TVM_IR_ANALYSIS_H_
28 #define TVM_IR_ANALYSIS_H_
Runtime Array container types.
Managed reference to GlobalVarNode.
Definition: expr.h:487
Managed reference class to IRModuleNode.
Definition: module.h:366
A dynamically dispatched functor on the type of the first argument.
Definition: functor.h:64
Definition: analysis.h:38
virtual ~CalleeCollector()
Definition: analysis.h:52
virtual void Mark(GlobalVar gvar)=0
static FType & vtable()
Definition: analysis.h:47
Map container of NodeRef->NodeRef in DSL graph. Map implements copy on write semantics,...
Definition: map.h:1271
Base class of all object reference.
Definition: object.h:519
Defines the Functor data structures.
IRModule that holds the functions and type definitions.
Map< GlobalVar, Array< GlobalVar > > CollectCallMap(const IRModule &mod)
tvm::PrimExpr mod(const tvm::PrimExpr &a, const tvm::PrimExpr &b)
Definition: broadcast.h:290
runtime implementation for LibTorch/TorchScript.
Definition: analyzer.h:36