This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
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); };