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
A Structure which contains all IsInf attributes.
#include <is_inf.hpp> struct Attributes { // fields bool detect_negative = true; bool detect_positive = true; // construction Attributes(); Attributes(bool detect_negative, bool detect_positive); };