Home
last modified time | relevance | path

Searched refs:ANeuralNetworksExecution_setInputFromMemory (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp374 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 …]
DTestNeuralNetworksWrapper.h413 return static_cast<Result>(ANeuralNetworksExecution_setInputFromMemory(
/packages/modules/NeuralNetworks/runtime/
Dlibneuralnetworks.map.txt77 ANeuralNetworksExecution_setInputFromMemory;
DNeuralNetworks.cpp1378 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory() function
1975 NNCL_FUNC(ANeuralNetworksExecution_setInputFromMemory),
DNeuralNetworksV2.cpp1364 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* /* execution */, in ANeuralNetworksExecution_setInputFromMemory() function
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t343 * an execution. See {@link ANeuralNetworksExecution_setInputFromMemory}
347 * {@link ANeuralNetworksExecution_setInputFromMemory} and
359 * because of a call to {@link ANeuralNetworksExecution_setInputFromMemory} or
456 * {@link ANeuralNetworksExecution_setInputFromMemory}.</li>
615 * {@link ANeuralNetworksExecution_setInputFromMemory}.
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworks.h1718 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
DNeuralNetworksWrapper.h639 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksExecution_setInputFromMemory(
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h922 int (*ANeuralNetworksExecution_setInputFromMemory)(ANeuralNetworksExecution* execution, member
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h542 return static_cast<Result>(mNnApi->getFL5()->ANeuralNetworksExecution_setInputFromMemory(