Home
last modified time | relevance | path

Searched refs:ANeuralNetworksDevice_getFeatureLevel (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getFeatureLevel);
99 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getFeatureLevel); in init_stub_library()
Dstubs_arm64.cc31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getFeatureLevel);
99 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getFeatureLevel); in init_stub_library()
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt30 ANeuralNetworksDevice_getFeatureLevel; # introduced=Q
DNeuralNetworks.cpp677 int ANeuralNetworksDevice_getFeatureLevel(const ANeuralNetworksDevice* device, in ANeuralNetworksDevice_getFeatureLevel() function
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h6697 int ANeuralNetworksDevice_getFeatureLevel(const ANeuralNetworksDevice* device,
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp167 ASSERT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel), in SetUpTestCase()
304 ASSERT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel), in computeAndVerifyResultsForDevice()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t1046 * {@link ANeuralNetworksDevice_getFeatureLevel} that is 29 and above, the
1084 * by {@link ANeuralNetworksDevice_getFeatureLevel}. There is no implicit ordering of the versions.
1123 int ANeuralNetworksDevice_getFeatureLevel(const ANeuralNetworksDevice* device,
1240 * a feature level reported by {@link ANeuralNetworksDevice_getFeatureLevel}
1361 * {@link ANeuralNetworksDevice_getFeatureLevel} that is lower than 30, then the
1434 * {@link ANeuralNetworksDevice_getFeatureLevel} that is lower than 29, then the
1462 * {@link ANeuralNetworksDevice_getFeatureLevel} that is lower
2011 * {@link ANeuralNetworksDevice_getFeatureLevel} that is lower than 30, then the
2288 * feature level reported by {@link ANeuralNetworksDevice_getFeatureLevel} that
2350 * {@link ANeuralNetworksDevice_getFeatureLevel} that is lower than 30, then the
[all …]
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp2272 EXPECT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel), in TEST()
2274 EXPECT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, nullptr), in TEST()
2277 EXPECT_EQ(ANeuralNetworksDevice_getFeatureLevel(nullptr, &featureLevel), in TEST()
2279 EXPECT_EQ(ANeuralNetworksDevice_getFeatureLevel(nullptr, nullptr), in TEST()