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
Namespace for streams in streams executor.
namespace streams { // structs struct Num; // global variables static constexpr Property<Num, PropertyMutability::RW> num {"NUM_STREAMS"}; static constexpr Num AUTO {-1}; static constexpr Num NUMA {-2}; } // namespace streams