struct ov::op::v10::IsInf::Attributes

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);
};