GetData 函数功能获取Tensor的数据地址。 函数原型void *GetData() const 参数说明无。 返回值说明void *,指向Tensor数据的指针。 约束说明无。 调用示例void *data = tensor->GetData(); 父主题: Tensor类