Home
last modified time | relevance | path

Searched defs:kFeatureLevel (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DInvalidDevice.h71 const nn::Version kFeatureLevel; variable
/aosp12/hardware/interfaces/neuralnetworks/utils/common/test/
H A DResilientDeviceTest.cpp57 constexpr auto kFeatureLevel = nn::Version::ANDROID_OC_MR1; in createConfiguredMockDevice() local
145 constexpr auto kFeatureLevel = nn::Version::ANDROID_OC_MR1; in TEST() local
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp873 const int64_t kFeatureLevel = kCurrentNNAPIRuntimeFeatureLevel; member in android::nn::CpuDevice