Class InferContext::Request

Nested Relationships

This class is a nested type of Class InferContext.

Class Documentation

class Request

Handle to a inference request.

The request handle is used to get request results if the request is sent by AsyncRun().

Public Functions

virtual ~Request()

Destroy the request handle.

virtual uint64_t Id() const = 0

Return
The unique identifier of the request.