Searched refs:featureLevel (Results 1 – 1 of 1) sorted by relevance
81 int64_t featureLevel; in getDeviceFeatureLevel() local82 ASSERT_OR_RETURN_ZERO(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel) == in getDeviceFeatureLevel()84 return featureLevel; in getDeviceFeatureLevel()270 const int64_t featureLevel = getDeviceFeatureLevel(env, device); in Java_android_neuralnetworks_cts_ModelAssetTest_nativeTestCompileFromAssetFile() local272 if (featureLevel < ANEURALNETWORKS_FEATURE_LEVEL_5) return; in Java_android_neuralnetworks_cts_ModelAssetTest_nativeTestCompileFromAssetFile()