Home
last modified time | relevance | path

Searched refs:ANeuralNetworksExecution_setOutputFromMemory (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp1346 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 DTestNeuralNetworksWrapper.h429 return static_cast<Result>(ANeuralNetworksExecution_setOutputFromMemory(
/aosp12/frameworks/libs/native_bridge_support/libneuralnetworks/
H A Dstubs_arm.cc57 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setOutputFromMemory);
132 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setOutputFromMemory in init_stub_library()
H A Dstubs_arm64.cc57 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 Dlibneuralnetworks.map.txt80 ANeuralNetworksExecution_setOutputFromMemory;
H A DNeuralNetworks.cpp1354 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 DNeuralNetworksTypes.t327 * 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 DNeuralNetworks.h1671 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
H A DNeuralNetworksWrapper.h638 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksExecution_setOutputFromMemory(
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/
H A DNeuralNetworksSupportLibraryImpl.h638 int (*ANeuralNetworksExecution_setOutputFromMemory)(ANeuralNetworksExecution* execution, member
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h546 return static_cast<Result>(mNnApi->ANeuralNetworksExecution_setOutputFromMemory(