namespace ov::hint

Namespace with hint properties.

namespace hint {

// enums

enum PerformanceMode;
enum Priority;

// global variables

static constexpr Property<element::Type, PropertyMutability::RW> inference_precision {"INFERENCE_PRECISION_HINT"};
static constexpr Property<Priority> model_priority {"MODEL_PRIORITY"};
static constexpr Property<PerformanceMode> performance_mode {"PERFORMANCE_HINT"};
static constexpr Property<uint32_t> num_requests {"PERFORMANCE_HINT_NUM_REQUESTS"};
static constexpr Property<std::shared_ptr<ov::Model>> model {"MODEL_PTR"};
static constexpr Property<bool, PropertyMutability::RW> allow_auto_batching {"ALLOW_AUTO_BATCHING"};

} // namespace hint