enum ov::op::RoundingType¶
Rounding Type used for Pooling
operators.
#include <attr_types.hpp>
enum RoundingType
{
FLOOR = 0,
CEIL = 1,
};
Rounding Type used for Pooling
operators.
#include <attr_types.hpp>
enum RoundingType
{
FLOOR = 0,
CEIL = 1,
};