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