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 <dmlc/common.h>
#include <functional>
#include <utility>
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...
 

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 

Detailed Description

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