namespace ov::device::capability

Namespace with possible values for ov::device::capabilities property.

namespace capability {

// global variables

static constexpr static const auto FP32 = "FP32";
static constexpr static const auto BF16 = "BF16";
static constexpr static const auto FP16 = "FP16";
static constexpr static const auto INT8 = "INT8";
static constexpr static const auto INT16 = "INT16";
static constexpr static const auto BIN = "BIN";
static constexpr static const auto WINOGRAD = "WINOGRAD";
static constexpr static const auto EXPORT_IMPORT = "EXPORT_IMPORT";

} // namespace capability