用于获取Tensor的数据类型。根据TensorDataType的具体类型返回该类型字节长度。
1
uint32_t TensorBase::GetDataTypeSize() const;
数据结构
说明
uint32_t
Tensor的数据类型对应的字节长度。