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... | |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
RAII wrapper function to enter and exit a context object similar to python's with syntax.