tvm
Classes | Namespaces
scope_stack.h File Reference

A generic scope stack for managing hierarchical state during IR visiting. More...

#include <tvm/ffi/error.h>
#include <deque>
#include <type_traits>
Include dependency graph for scope_stack.h:

Go to the source code of this file.

Classes

class  tvm::ScopeStack< T >
 A scope stack for maintaining hierarchical state during IR visiting. More...
 

Namespaces

 tvm
 An object that builds and maintains block scope and StmtSref mapping for Dependence analysis.
 

Detailed Description

A generic scope stack for managing hierarchical state during IR visiting.