tvm
Classes | Namespaces | Typedefs
global_info.h File Reference

GlobalInfo are globally static object that are referred by the IR itself. More...

#include <tvm/ir/expr.h>
#include <tvm/target/target.h>
Include dependency graph for global_info.h:
This graph shows which files directly or indirectly include this file:

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
 runtime implementation for LibTorch/TorchScript.
 

Typedefs

using tvm::MemoryScope = String
 Abstract label for an area of memory. More...
 

Detailed Description

GlobalInfo are globally static object that are referred by the IR itself.