tvm
Classes | Namespaces
with.h File Reference

RAII wrapper function to enter and exit a context object similar to python's with syntax. More...

#include <exception>
#include <functional>
#include <memory>
#include <utility>
#include <vector>
Include dependency graph for with.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tvm::With< ContextType >
 RAII wrapper function to enter and exit a context object similar to python's with syntax. More...
 
class  tvm::WithGroup< ContextType >
 A group of RAII contexts managed together. More...
 

Namespaces

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

Detailed Description

RAII wrapper function to enter and exit a context object similar to python's with syntax.