GetFormat 函数功能获取Tensor的数据排布格式。 函数原型Format GetFormat() const 参数说明无 返回值说明Format :tensor的数据排布格式。 约束说明无。 调用示例Format format = shape->GetFormat(); 父主题: TensorShape类