OpenVINO 2022.1 has introduced OpenVINO API 2.0. For more information on transition steps from the previous API, see the transition guide
Class to represent number of streams in streams executor. More…
#include <properties.hpp> struct Num { // typedefs typedef std::tuple<int32_t> Base; // fields int32_t num = 0; // construction Num(); Num(); // methods constexpr operator int32_t () const; };
Class to represent number of streams in streams executor.
typedef std::tuple<int32_t> Base
NumStreams is representable as int32_t.