struct ngraph::runtime::reference::details::ProposalBox

#include <proposal.hpp>

template <typename T>
struct ProposalBox
{
    // fields

    T x0;
    T y0;
    T x1;
    T y1;
    T score;
};