GetData
函数功能
获得Tensor的内存数据。
函数原型
1
void
*
Tensor::GetData
()
const
;
返回参数说明
数据结构
说明
void*
Tensor数据裸指针。
父主题:
Tensor