tvm
Loading...
Searching...
No Matches
ir Directory Reference
Directory dependency graph for ir:

Directories

 prim
 

Files

 attr_registry_map.h
 Attribute map used in registry.
 
 attrs.h
 Helpers for attribute objects.
 
 base_expr.h
 Base expression and primitive type nodes.
 
 config_schema.h
 Minimal schema for dynamic config canonicalization and validation.
 
 cow.h
 Copy-on-write helper macro for IR ffi::ObjectRef types.
 
 env_func.h
 Serializable global function used in IR.
 
 expr.h
 Base expr nodes in TVM.
 
 function.h
 Function nodes.
 
 global_info.h
 GlobalInfo are globally static object that are referred by the IR itself.
 
 instrument.h
 
 module.h
 IRModule that holds the functions and type definitions.
 
 node_functor.h
 Defines the Functor data structures.
 
 op.h
 Primitive operators(builtin intrinsics) and registry for them.
 
 scope_stack.h
 A generic scope stack for managing hierarchical state during IR visiting.
 
 source_map.h
 A map from source names to source code.
 
 transform.h
 
 type.h
 IR/AST nodes for TVM types shared across IR variants.
 
 unique_name_supply.h
 UniqueNameSupply that can be used to generate unique variable names.
 
 with_context.h
 RAII wrapper function to enter and exit a context object similar to python's with syntax.