|
tvm
|
RAII wrapper function to enter and exit a context object similar to python's with syntax. More...
#include <dmlc/common.h>#include <functional>#include <utility>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::ContextManager |
| A context type that delegates EnterWithScope and ExitWithScope to user-provided functions. More... | |
Namespaces | |
| tvm | |
| runtime implementation for LibTorch/TorchScript. | |
RAII wrapper function to enter and exit a context object similar to python's with syntax.
1.8.13