This page relates to OpenVINO 2022.3 (LTS). Go to the latest documentation for up-to-date information.
#include <intervals_alignment_attribute.hpp> class Interval { public: // fields float low = 0.f; float high = 0.f; // construction Interval(); Interval(const float low, const float high); };