tvm
|
RAII wrapper function to enter and exit a context object similar to python's with syntax. More...
#include <with.h>
Public Member Functions | |
template<typename... Args> | |
With (Args &&... args) | |
constructor. Enter the scope of the context. More... | |
~With () DMLC_THROW_EXCEPTION | |
destructor, leaves the scope of the context. More... | |
RAII wrapper function to enter and exit a context object similar to python's with syntax.
ContextType | Type of the context object. |
|
inlineexplicit |
constructor. Enter the scope of the context.
destructor, leaves the scope of the context.