GetUserTag

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

Obtains the tag information of a specified tensor block. You can perform different operations on tensors based on the tag information.

Prototype

1
__aicore__ inline TTagType GetUserTag() const

Parameters

None

Returns

Tag information of a specified tensor block. TTagType is defined as follows:

1
using TTagType = int32_t

Restrictions

None

Example

For details, see Example.