Memory information of special memory region. Use MemoryInfo as its container type.
More...
#include <target_info.h>
Memory information of special memory region. Use MemoryInfo as its container type.
◆ RegisterReflection()
static void tvm::MemoryInfoNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
tvm::MemoryInfoNode::TVM_FFI_DECLARE_OBJECT_INFO_FINAL |
( |
"target.MemoryInfo" |
, |
|
|
MemoryInfoNode |
, |
|
|
Object |
|
|
) |
| |
◆ 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: