Home
last modified time | relevance | path

Searched refs:ANeuralNetworksDevice_getName (Results 1 – 15 of 15) sorted by relevance

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getName);
100 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getName); in init_stub_library()
Dstubs_arm64.cc32 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksDevice_getName);
100 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksDevice_getName); in init_stub_library()
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt27 ANeuralNetworksDevice_getName; # introduced=Q
DNeuralNetworks.cpp643 int ANeuralNetworksDevice_getName(const ANeuralNetworksDevice* device, const char** name) { in ANeuralNetworksDevice_getName() function
/frameworks/ml/nn/runtime/test/
DTestExtensions.cpp96 EXPECT_EQ(ANeuralNetworksDevice_getName(device, &buffer), ANEURALNETWORKS_NO_ERROR); in getDeviceByName()
DTestRemoveDefaultArguments.cpp180 EXPECT_EQ(ANeuralNetworksDevice_getName(device, &buffer), ANEURALNETWORKS_NO_ERROR); in getDeviceByName()
DTestMemoryDomain.cpp197 EXPECT_EQ(ANeuralNetworksDevice_getName(device, &name), ANEURALNETWORKS_NO_ERROR); in createCompilation()
DTestCompilationCaching.cpp296 ASSERT_EQ(ANeuralNetworksDevice_getName(device, &buffer), ANEURALNETWORKS_NO_ERROR); in getDeviceWithName()
DTestExecution.cpp598 int result = ANeuralNetworksDevice_getName(device, &buffer); in TestIntrospectionCompilation()
DTestIntrospectionControl.cpp155 int result = ANeuralNetworksDevice_getName(device, &buffer); in selectDeviceByName()
DTestValidation.cpp2240 deviceStringCheck(ANeuralNetworksDevice_getName); in TEST()
2252 EXPECT_EQ(ANeuralNetworksDevice_getName(device, &buffer), ANEURALNETWORKS_NO_ERROR); in TEST()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h6629 int ANeuralNetworksDevice_getName(const ANeuralNetworksDevice* device, const char** name)
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp350 ASSERT_EQ(ANeuralNetworksDevice_getName(device, &name), ANEURALNETWORKS_NO_ERROR); in TEST_F()
/frameworks/ml/nn/runtime/test/fuzzing/
DTestRandomGraph.cpp166 ASSERT_EQ(ANeuralNetworksDevice_getName(device, &name), ANEURALNETWORKS_NO_ERROR); in SetUpTestCase()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t1055 int ANeuralNetworksDevice_getName(const ANeuralNetworksDevice* device, const char** name)