GetDpInstanceIds
Function
Obtains the ID list of DP instances associated with the current inference request.
Format
std::vector<uint64_t> GetDpInstanceIds() const;
Parameters
None
Return Value
ID list of DP instances associated with the current inference request.
Parent topic: InferRequest