GetShape 函数功能 获取Tensor的Shape。 函数原型 const std::vector<int64_t> &GetShape() const 参数说明 无。 返回值 返回Tensor的shape。 异常处理 无。 约束说明 无。 父主题: Tensor类