GetMemoryType
Function Usage
Obtains the memory type of a tensor.
Prototype
1 | MemoryData::MemoryType Tensor::GetMemoryType() const; |
Response Parameters
Data Structure |
Description |
|---|---|
MemoryData::MemoryType |
MemoryType data type. For details, see MemoryData. |
Parent topic: Tensor