获得Tensor的shape数据。
1
std::vector<uint32_t> Tensor::GetShape() const;
数据结构
说明
std::vector<uint32_t>
Tensor的shape数据。