获取Tensor的具体形状。
1
std::vector<uint32_t> TensorShape::GetShape() const;
数据结构
说明
std::vector<uint32_t>
Tensor的形状。