Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp360 ASSERT_EQ(ANeuralNetworksExecution_setInputFromMemory(execution, 0, nullptr, memory, 0, 0), in executeWithMemoryAsInput()
1343 ASSERT_EQ(ANeuralNetworksExecution_setInputFromMemory(execution, 0, nullptr, memory, in TEST_F()
1683 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(nullptr, 0, nullptr, memory, 0, in TEST_F()
1686 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, nullptr, 0, in TEST_F()
1691 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 999, nullptr, memory, 0, in TEST_F()
1696 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, -1, nullptr, memory, 0, in TEST_F()
1701 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, 0, in TEST_F()
1706 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, in TEST_F()
1711 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, in TEST_F()
1716 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, &kInvalidTensorType1, in TEST_F()
[all …]
DTestNeuralNetworksWrapper.h411 return static_cast<Result>(ANeuralNetworksExecution_setInputFromMemory(
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t326 * an execution. See {@link ANeuralNetworksExecution_setInputFromMemory}
330 * {@link ANeuralNetworksExecution_setInputFromMemory} and
342 * because of a call to {@link ANeuralNetworksExecution_setInputFromMemory} or
439 * {@link ANeuralNetworksExecution_setInputFromMemory}.</li>
598 * {@link ANeuralNetworksExecution_setInputFromMemory}.
/packages/modules/NeuralNetworks/runtime/
Dlibneuralnetworks.map.txt77 ANeuralNetworksExecution_setInputFromMemory;
DNeuralNetworks.cpp1327 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory() function
1895 NNCL_FUNC(ANeuralNetworksExecution_setInputFromMemory),
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworks.h1531 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
DNeuralNetworksWrapper.h626 return static_cast<Result>(NNAPI_CALL(ANeuralNetworksExecution_setInputFromMemory(
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h598 int (*ANeuralNetworksExecution_setInputFromMemory)(ANeuralNetworksExecution* execution, member
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h528 return static_cast<Result>(mNnApi->ANeuralNetworksExecution_setInputFromMemory(