aclGetTensorDescDim (Deprecated)

Note: This API will be deprecated in future releases. Use aclGetTensorDescDimV2 instead.

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Function Usage

Obtains the size of a tensor dimension specified in the tensor description.

Prototype

1
int64_t aclGetTensorDescDim(const aclTensorDesc *desc, size_t index)

Parameters

Parameter

Input/Output

Description

desc

Input

Pointer to data of the aclTensorDesc type.

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

index

Input

Index of the dimension size to obtain, indexed from 0.

Must be in the range of [0, Dimension count – 1]. Call aclGetTensorDescNumDims to obtain the dimension count.

Returns

Size of the specified tensor dimension