---
title: TensorPtr
description: "定义了一个TensorPtr类型别名。"
url: https://www.hiascend.com/document/detail/zh/mindie/latest/mindiellm/llmdev/mindie_llm0162.html
sourcePath: /source/zh/mindie/310/mindiellm/llmdev/mindie_llm0162.html
indexId: 4695b9ca0bd50196a9201667287b23d58c4854daf9e9bdc0c6da8f0bd7e813e658
---
# TensorPtr

#### 类型别名功能

定义了一个TensorPtr类型别名。


#### 类型别名格式

```
using TensorPtr = std::shared_ptr<InferTensor>;
```
