namespace InferenceEngine::InferRequest

namespace InferRequest {

// structs

template <>
struct SetCallback<IInferRequest::CompletionCallback>;
template <>
struct SetCallback<std::function<void(InferRequest, StatusCode)>>;

} // namespace InferRequest