namespace ov::intel_auto

Overview

Namespace with Intel AUTO specific properties. More…

namespace intel_auto {

// global variables

static constexpr Property<bool> enable_startup_fallback {"ENABLE_STARTUP_FALLBACK"};
static constexpr Property<bool> enable_runtime_fallback {"ENABLE_RUNTIME_FALLBACK"};

} // namespace intel_auto

Detailed Documentation

Namespace with Intel AUTO specific properties.

Global Variables

static constexpr Property<bool> enable_startup_fallback {"ENABLE_STARTUP_FALLBACK"}

auto device setting that enable/disable CPU as acceleration (or helper device) at the beginning

static constexpr Property<bool> enable_runtime_fallback {"ENABLE_RUNTIME_FALLBACK"}

auto device setting that enable/disable runtime fallback to other devices when infer fails on current selected device