aclfvCreateRepoRange

The Atlas 200/300/500 Inference Product does not support this API.

The Atlas Training Series Product does not support this API.

Description

Creates data of the aclfvRepoRange type as a feature repository range.

To destroy data of the aclfvRepoRange type, call aclfvDestroyRepoRange.

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