aclTransTensorDescFormat

Note: This API is reserved and is not supported currently.

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

Description

Creates new aclTensorDesc with the dstFormat format from the source aclTensorDesc. This API is synchronous.

Prototype

aclError aclTransTensorDescFormat(const aclTensorDesc *srcDesc, aclFormat dstFormat, aclTensorDesc **dstDesc)

Parameters

Parameter

Input/Output

Description

srcDesc

Input

Pointer to source aclTensorDesc data.

Call aclCreateTensorDesc to create data of the aclTensorDesc type in advance.

dstFormat

Input

Target format to be set.

dstDesc

Output

Pointer to the pointer to the target aclTensorDesc data.

Call aclCreateTensorDesc to create data of the aclTensorDesc type in advance.

Returns

0 on success; else, failure. For details, see aclError.