下载
中文
注册

aclGetFormat

函数功能

获取aclTensor的format。

函数原型

aclnnStatus aclGetFormat(const aclTensor *tensor, aclFormat *format)

参数说明

aclFormat定义由AscendCL提供,具体参见aclFormat

参数名

输入/输出

说明

tensor

输入

输入的tensor。需提前调用aclCreateTensor接口创建aclTensor。

format

输出

返回的aclTensor的数据格式。

返回值说明

返回0表示成功,返回其他值表示失败。