SendResponsesCallback

Function

Defines a function object of the SendResponseCallback type, which has four parameters of the InferRequestId, TensorMap, bool, and std::string& types.

Format

using SendResponsesCallback = std::function<void(InferRequestId, const TensorMap&, bool, const std::string&)>;