---
title: TensorMap
description: "定义了一个TensorMap的类型别名。"
url: https://www.hiascend.com/document/detail/zh/mindie/latest/mindiellm/llmdev/mindie_llm0163.html
sourcePath: /source/zh/mindie/310/mindiellm/llmdev/mindie_llm0163.html
indexId: 837e1f50b86ceff2bb1cf306d2edf06eaa8586b3b55996b7f72d897ef2044cff58
---
# TensorMap

#### 类型别名功能

定义了一个TensorMap的类型别名。


#### 类型别名格式

```
using TensorMap = std::unordered_map<std::string, std::shared_ptr<InferTensor>>;
```
