Searched refs:ANeuralNetworksExecution_setOutputFromMemory (Results 1 – 11 of 11) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidation.cpp | 1346 ASSERT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, in TEST_F() 1858 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(nullptr, 0, nullptr, memory, 0, in TEST_F() 1861 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, nullptr, 0, in TEST_F() 1871 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, -1, nullptr, memory, 0, in TEST_F() 1876 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, 0, in TEST_F() 1881 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, in TEST_F() 1886 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, in TEST_F() 1969 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(mExecution, 0, nullptr, memory, in TEST_F() 1974 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(mExecution, 0, nullptr, memory, in TEST_F() 2641 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, 0, in TEST_F() [all …]
|
H A D | TestNeuralNetworksWrapper.h | 429 return static_cast<Result>(ANeuralNetworksExecution_setOutputFromMemory(
|
/aosp12/frameworks/libs/native_bridge_support/libneuralnetworks/ |
H A D | stubs_arm.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setOutputFromMemory); 132 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setOutputFromMemory… in init_stub_library()
|
H A D | stubs_arm64.cc | 57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setOutputFromMemory); 132 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setOutputFromMemory… in init_stub_library()
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | libneuralnetworks.map.txt | 80 ANeuralNetworksExecution_setOutputFromMemory;
|
H A D | NeuralNetworks.cpp | 1354 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutputFromMemory() function 1899 NNCL_FUNC(ANeuralNetworksExecution_setOutputFromMemory),
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | NeuralNetworksTypes.t | 327 * and {@link ANeuralNetworksExecution_setOutputFromMemory}. 331 * {@link ANeuralNetworksExecution_setOutputFromMemory}, each operand in the shared 343 * {@link ANeuralNetworksExecution_setOutputFromMemory}. 442 * {@link ANeuralNetworksExecution_setOutputFromMemory}.</li> 611 * {@link ANeuralNetworksExecution_setOutputFromMemory}.</li></ul>
|
/aosp12/packages/modules/NeuralNetworks/runtime/include/ |
H A D | NeuralNetworks.h | 1671 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
|
H A D | NeuralNetworksWrapper.h | 638 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksExecution_setOutputFromMemory(
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/ |
H A D | NeuralNetworksSupportLibraryImpl.h | 638 int (*ANeuralNetworksExecution_setOutputFromMemory)(ANeuralNetworksExecution* execution, member
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/ |
H A D | SupportLibraryWrapper.h | 546 return static_cast<Result>(mNnApi->ANeuralNetworksExecution_setOutputFromMemory(
|