Memory information of special memory region. Use MemoryInfo as its container type.
More...
#include <target_info.h>
|
static constexpr const char * | _type_key = "target.MemoryInfo" |
|
Memory information of special memory region. Use MemoryInfo as its container type.
◆ RegisterReflection()
static void tvm::MemoryInfoNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_DECLARE_FINAL_OBJECT_INFO()
tvm::MemoryInfoNode::TVM_DECLARE_FINAL_OBJECT_INFO |
( |
MemoryInfoNode |
, |
|
|
Object |
|
|
) |
| |
◆ _type_key
constexpr const char* tvm::MemoryInfoNode::_type_key = "target.MemoryInfo" |
|
staticconstexpr |
◆ head_address
PrimExpr tvm::MemoryInfoNode::head_address |
head address of the buffer, if visible to CPU This address can be None.
◆ max_num_bits
int64_t tvm::MemoryInfoNode::max_num_bits |
Maximum number of bits supported in the memory.
◆ max_simd_bits
int64_t tvm::MemoryInfoNode::max_simd_bits |
maximum number of bits to be used in simd op
◆ unit_bits
int64_t tvm::MemoryInfoNode::unit_bits |
The documentation for this class was generated from the following file: