Searched refs:featureLevel (Results 1 – 4 of 4) sorted by relevance
164 int64_t featureLevel; in SetUpTestCase() local167 ASSERT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel), in SetUpTestCase()170 mStandardDevicesFeatureLevel = std::min(mStandardDevicesFeatureLevel, featureLevel); in SetUpTestCase()191 bool shouldSkipTest(int64_t featureLevel) { in shouldSkipTest() argument201 if (featureLevel >= __ANDROID_API_Q__) return false; in shouldSkipTest()237 int64_t featureLevel; in computeAndVerifyResultsForDevice() local238 ASSERT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel), in computeAndVerifyResultsForDevice()240 if (shouldSkipTest(featureLevel)) return; in computeAndVerifyResultsForDevice()276 if (featureLevel >= __ANDROID_API_Q__ && !isRef) { in computeAndVerifyResultsForDevice()
5430 int64_t* featureLevel) __INTRODUCED_IN(29);
611 int64_t* featureLevel) { in ANeuralNetworksDevice_getFeatureLevel() argument612 if (device == nullptr || featureLevel == nullptr) { in ANeuralNetworksDevice_getFeatureLevel()621 *featureLevel = dFeatureLevel; in ANeuralNetworksDevice_getFeatureLevel()
1474 int64_t featureLevel; in TEST() local1479 EXPECT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel), in TEST()1484 EXPECT_EQ(ANeuralNetworksDevice_getFeatureLevel(nullptr, &featureLevel), in TEST()