|
tvm
|
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>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. | |
RAII wrapper function to enter and exit a context object similar to python's with syntax.