aclfvCreateRepoRange

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

x

Atlas A2 training products/Atlas A2 inference products

x

Atlas 200I/500 A2 inference products

x

Atlas inference products

Atlas training products

x

Description

Creates data of the aclfvRepoRange type as a feature repository range. To destroy data of the aclfvRepoRange type, see aclfvDestroyRepoRange.

Atlas inference accelerator modules: This API is not supported.

Prototype

aclfvRepoRange *aclfvCreateRepoRange(uint32_t id0Min, uint32_t id0Max, uint32_t id1Min, uint32_t id1Max)

Parameters

Parameter

Input/Output

Description

id0Min

Input

Start value of id0. Must be less than or equal to id0Max within [0, 1023].

id0Max

Input

Maximum value of id0. Must be in the range of [0, 1023].

id1Min

Input

Start value of id1. Must be less than or equal to id1Max within [0, 1023].

id1Max

Input

Maximum value of id1. Must be in the range of [0, 1023].

Returns

  • Success: a pointer to data of the aclfvRepoRange type
  • Failure: nullptr