GetShape

函数功能

获得Tensor的shape数据。

函数原型

1
std::vector<uint32_t> Tensor::GetShape() const;

返回参数说明

数据结构

说明

std::vector<uint32_t>

Tensor的shape数据。