OpenVINO 2022.1 introduces a new version of OpenVINO API (API 2.0). For more information on the changes and transition steps, see the transition guide
namespace reduction { // enums enum Type; // global functions NGRAPH_SUPPRESS_DEPRECATED_START NGRAPH_API std::ostream& operator << ( std::ostream& out, const Type& obj ); } // namespace reduction