tvm
ir Directory Reference
Directory dependency graph for ir:

Files

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