enum ngraph::op::RoundingType

Rounding Type used for Pooling operators.

#include <attr_types.hpp>

enum RoundingType
{
    FLOOR = 0,
    CEIL  = 1,
};