SetSize

Product Support

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 product's AI Core

Atlas inference product's Vector Core

Atlas training products

Function

Sets the size of the current LocalTensor. The unit is element. When the LocalTensor is reused and its length changes, you need to call this API to reset the size.

Prototype

1
__aicore__ inline void SetSize(const uint32_t size)

Parameters

Table 1 Parameters

Parameter

Input/Output

Description

size

Input

Number of elements.

Returns

None

Restrictions

None

Example

For details, see Example.