/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidation.cpp | 374 ASSERT_EQ(ANeuralNetworksExecution_setInputFromMemory(execution, 0, nullptr, memory, 0, 0), in executeWithMemoryAsInput() 1371 ASSERT_EQ(ANeuralNetworksExecution_setInputFromMemory(execution, 0, nullptr, memory, in TEST_F() 1717 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(nullptr, 0, nullptr, memory, 0, in TEST_F() 1720 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, nullptr, 0, in TEST_F() 1725 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 999, nullptr, memory, 0, in TEST_F() 1730 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, -1, nullptr, memory, 0, in TEST_F() 1735 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, 0, in TEST_F() 1740 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, in TEST_F() 1745 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, in TEST_F() 1750 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, &kInvalidTensorType1, in TEST_F() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/nnapi/ |
H A D | nnapi_implementation_test.cc | 46 EXPECT_EQ(nnapi->ANeuralNetworksExecution_setInputFromMemory, nullptr); in TEST() 80 EXPECT_NE(nnapi->ANeuralNetworksExecution_setInputFromMemory, nullptr); in TEST() 113 EXPECT_EQ(nnapi->ANeuralNetworksExecution_setInputFromMemory, nullptr); in TEST()
|
H A D | NeuralNetworksShim.h | 586 inline int ANeuralNetworksExecution_setInputFromMemory( in ANeuralNetworksExecution_setInputFromMemory() function 590 LOAD_FUNCTION(ANeuralNetworksExecution_setInputFromMemory); in ANeuralNetworksExecution_setInputFromMemory()
|
H A D | nnapi_implementation.cc | 219 LOAD_FUNCTION(libneuralnetworks, ANeuralNetworksExecution_setInputFromMemory); in LoadNnApi() 452 ASSIGN_SL_FUNCTION_TO_NNAPI(ANeuralNetworksExecution_setInputFromMemory); in CreateNnApiFromSupportLibrary()
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libneuralnetworks/ |
D | stubs_arm64.cc | 55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInputFromMemory); 132 …IT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInputFromMemory… in init_stub_library()
|
D | stubs_riscv64.cc | 55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInputFromMemory); 132 …IT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInputFromMemory… in init_stub_library()
|
D | stubs_arm.cc | 55 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInputFromMemory); 132 …IT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInputFromMemory… in init_stub_library()
|
/aosp_15_r20/system/media/audio_utils/tests/ |
H A D | audio_nnapi2_tests.cpp | 484 status = ANeuralNetworksExecution_setInputFromMemory(execution, 0, nullptr, memoryInput_, 0, in Compute() 496 status = ANeuralNetworksExecution_setInputFromMemory(execution, 1, nullptr, memoryFilter_, 0, in Compute()
|
H A D | audio_nnapi_tests.cpp | 501 status = ANeuralNetworksExecution_setInputFromMemory(execution, 1, nullptr, memoryInput1_, 0, in Compute() 531 status = ANeuralNetworksExecution_setInputFromMemory(execution, 3, nullptr, memoryInput3_, 0, in Compute()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/runtime/libneuralnetworks.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_27/gen/ |
D | stub.c | 19 void ANeuralNetworksExecution_setInputFromMemory() {} in ANeuralNetworksExecution_setInputFromMemory() function
|
D | abi_symbol_list.txt | 20 ANeuralNetworksExecution_setInputFromMemory
|
D | stub.map | 21 ANeuralNetworksExecution_setInputFromMemory;
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/runtime/libneuralnetworks.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_28/gen/ |
D | stub.c | 19 void ANeuralNetworksExecution_setInputFromMemory() {} in ANeuralNetworksExecution_setInputFromMemory() function
|
D | abi_symbol_list.txt | 20 ANeuralNetworksExecution_setInputFromMemory
|
D | stub.map | 21 ANeuralNetworksExecution_setInputFromMemory;
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/runtime/libneuralnetworks.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_29/gen/ |
D | stub.c | 35 void ANeuralNetworksExecution_setInputFromMemory() {} in ANeuralNetworksExecution_setInputFromMemory() function
|
D | stub.map | 37 ANeuralNetworksExecution_setInputFromMemory;
|
D | abi_symbol_list.txt | 36 ANeuralNetworksExecution_setInputFromMemory
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/runtime/libneuralnetworks.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_30/gen/ |
D | abi_symbol_list.txt | 50 ANeuralNetworksExecution_setInputFromMemory
|
D | stub.c | 49 void ANeuralNetworksExecution_setInputFromMemory() {} in ANeuralNetworksExecution_setInputFromMemory() function
|
D | stub.map | 51 ANeuralNetworksExecution_setInputFromMemory;
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/runtime/libneuralnetworks.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_31/gen/ |
D | stub.c | 55 void ANeuralNetworksExecution_setInputFromMemory() {} in ANeuralNetworksExecution_setInputFromMemory() function
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/runtime/libneuralnetworks.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_32/gen/ |
D | stub.map | 57 ANeuralNetworksExecution_setInputFromMemory;
|
D | stub.c | 55 void ANeuralNetworksExecution_setInputFromMemory() {} in ANeuralNetworksExecution_setInputFromMemory() function
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/runtime/libneuralnetworks.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_current/gen/ |
D | abi_symbol_list.txt | 56 ANeuralNetworksExecution_setInputFromMemory
|