namespace ngraph::pass::low_precision::precision_set

namespace precision_set {

// global variables

const std::vector<element::Type> int8_support = {             ngraph::element::u8,  ngraph::element::i8     };
const std::vector<element::Type> int8_int16_int32_support = {             ngraph::element::u8,  ngraph::element::i8,             ngraph::element::u16, ngraph::element::i16,             ngraph::element::u32, ngraph::element::i32     };

} // namespace precision_set