---
title: TensorVersion
description: "头文件位于CANN软件安装后文件存储路径下的include/exe_graph/runtime/tensor.h。"
url: https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/latest/maintenref/basicdataapi/atlasopapi_07_00770.html
sourcePath: /source/zh/CANNCommunityEdition/920beta1/maintenref/basicdataapi/atlasopapi_07_00770.html
indexId: 47bf024df6552df49ae4d4af1c42a6a6950d13f47a76daca94c36ecdceddc56c89
---
# TensorVersion

头文件位于CANN软件安装后文件存储路径下的include/exe_graph/runtime/tensor.h。

```
enum TensorVersion : uint8_t {
kTensorV1 = 0, ///< 不携带非连续描述信息
kTensorV2 = 1, ///< 携带非连续描述信息
};
```
