SetDpInstanceIds

Function

Sets the ID list of DP instances associated with the current inference request.

Format

void SetDpInstanceIds(const std::vector<uint64_t> &dpInstanceIds);

Parameters

Parameter

Mandatory/Optional

Description

Value

dpInstanceIds

Mandatory

Unique identifier of a group of DP instances.

The element is a vector of the uint64_t type.

Return Value

None