struct ngraph::runtime::reference::referenceDetectionOutput::NormalizedBBox

struct NormalizedBBox
{
    // fields

    dataType xmin = dataType(0);
    dataType ymin = dataType(0);
    dataType xmax = dataType(0);
    dataType ymax = dataType(0);
};