harmony 鸿蒙IOTensor
IOTensor
概述
AI模型的输入输出张量。
Since:
3.2
Version:
1.0
相关模块:
汇总
Public 属性
名称 | 描述 |
---|---|
name | String 张量的名称 |
dataType | enum DataType 张量的数据类型, 数据类型定义请查看DataType |
dimensions | int[] 张量的形状 |
format | enum Format 张量的数据排列格式,排列格式的定义请查看Format |
data | struct SharedBuffer 张量的数据,数据保存在共享内存中,共享内存的定义请查看SharedBuffer |
类成员变量说明
data
struct SharedBuffer IOTensor::data
描述: 张量的数据,数据保存在共享内存中,共享内存的定义请查看SharedBuffer
dataType
enum DataType IOTensor::dataType
描述: 张量的数据类型, 数据类型定义请查看DataType
dimensions
int [] IOTensor::dimensions
描述: 张量的形状
format
enum Format IOTensor::format
描述: 张量的数据排列格式,排列格式的定义请查看Format
name
String IOTensor::name
描述: 张量的名称
你可能感兴趣的鸿蒙文章
harmony 鸿蒙ActivityRecognitionTypes.idl
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦