SendResponsesCallback 函数功能定义了一个函数对象类型SendResponseCallback,它具有四个参数,类型为InferRequestId,TensorMap, bool和std::string&。 函数格式using SendResponsesCallback = std::function<void(InferRequestId, const TensorMap&, bool, const std::string&)>; 父主题: 函数