tvm
Classes | Namespaces
memory_pools.h File Reference

The object definition for relay.build argument type of memory pools. More...

#include <tvm/runtime/registry.h>
#include <tvm/target/target.h>
Include dependency graph for memory_pools.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tvm::PoolInfoNode
 Describes a pool of memory accessible by one or more targets. More...
 
class  tvm::PoolInfo
 Base class for WorkspacePoolInfo and ConstantPoolInfo. More...
 
struct  tvm::PoolInfoPropertiesNode
 Describes a pool of memory properties. More...
 
class  tvm::PoolInfoProperties
 
struct  tvm::WorkspacePoolInfoNode
 
class  tvm::WorkspacePoolInfo
 
struct  tvm::ConstantInfoNode
 
class  tvm::ConstantInfo
 
struct  tvm::ConstantPoolInfoNode
 
class  tvm::ConstantPoolInfo
 
struct  tvm::WorkspaceMemoryPoolsNode
 
class  tvm::WorkspaceMemoryPools
 
struct  tvm::ConstantMemoryPoolsNode
 
class  tvm::ConstantMemoryPools
 

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 

Detailed Description

The object definition for relay.build argument type of memory pools.