---
title: acltdtTensorType
description: "```"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/runtimeapi/aclcppdevg_03_1370.html
sourcePath: /source/zh/canncommercial/900/API/runtimeapi/aclcppdevg_03_1370.html
indexId: c5d230a7e439d60666b9989a1e1fe02689ed12811c6ec43b96230ad751e3a09f68
---
# acltdtTensorType

```
enum acltdtTensorType {
    ACL_TENSOR_DATA_UNDEFINED = -1,
    ACL_TENSOR_DATA_TENSOR,           // 正常tensor数据标识
    ACL_TENSOR_DATA_END_OF_SEQUENCE,  // end数据标识
    ACL_TENSOR_DATA_ABNORMAL,         // 异常数据标识
    ACL_TENSOR_DATA_SLICE_TENSOR,     // tensor分片场景下的tensor数据
    ACL_TENSOR_DATA_END_TENSOR        // tensor分片场景下标识最后一个tensor
};
```
