struct ov::ISyncInferRequest::FoundPort

#include <isync_infer_request.hpp>

struct FoundPort
{
    // enums

    enum Type;

    // fields

    size_t idx;
    enum ov::ISyncInferRequest::FoundPort::Type type;

    // methods

    bool found();
    bool is_input();
    bool is_output();
};