Searched refs:ANeuralNetworksDevice_getFeatureLevel (Results 1 – 8 of 8) sorted by relevance
/frameworks/libs/native_bridge_support/libneuralnetworks/ |
D | stubs_arm.cc | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getFeatureLevel); 99 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getFeatureLevel); in init_stub_library()
|
D | stubs_arm64.cc | 31 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getFeatureLevel); 99 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getFeatureLevel); in init_stub_library()
|
/frameworks/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 30 ANeuralNetworksDevice_getFeatureLevel; # introduced=Q
|
D | NeuralNetworks.cpp | 677 int ANeuralNetworksDevice_getFeatureLevel(const ANeuralNetworksDevice* device, in ANeuralNetworksDevice_getFeatureLevel() function
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworks.h | 6697 int ANeuralNetworksDevice_getFeatureLevel(const ANeuralNetworksDevice* device,
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | TestRandomGraph.cpp | 167 ASSERT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel), in SetUpTestCase() 304 ASSERT_EQ(ANeuralNetworksDevice_getFeatureLevel(device, &featureLevel), in computeAndVerifyResultsForDevice()
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 1046 * {@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/ |
D | TestValidation.cpp | 2272 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()
|