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