tvm
|
GlobalInfo are globally static object that are referred by the IR itself. More...
Go to the source code of this file.
Classes | |
class | tvm::GlobalInfoNode |
GlobalInfo are globally static object that are referred by the IR itself. Base node for all global info that can appear in the IR. More... | |
class | tvm::GlobalInfo |
Managed reference to GlobalInfoNode. More... | |
class | tvm::VDeviceNode |
A global info subclass for virtual devices. More... | |
class | tvm::VDevice |
Managed reference to VDeviceNode. More... | |
class | tvm::DummyGlobalInfoNode |
A dummy global info sub-class for testing purpose. More... | |
class | tvm::DummyGlobalInfo |
Managed reference to DummyGlobalInfoNode. More... | |
Namespaces | |
tvm | |
Performance counters for profiling via the PAPI library. | |
Typedefs | |
using | tvm::MemoryScope = String |
Abstract label for an area of memory. More... | |
GlobalInfo are globally static object that are referred by the IR itself.