Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t455 * {@link ANeuralNetworksExecution_burstCompute}.</li></ul>
468 * state. Scheduling a computation by calling {@link ANeuralNetworksExecution_burstCompute},
474 * {@link ANeuralNetworksExecution_burstCompute}, or {@link ANeuralNetworksEvent_wait}
478 * {@link ANeuralNetworksExecution_burstCompute},
495 * {@link ANeuralNetworksExecution_burstCompute},
506 * {@link ANeuralNetworksExecution_burstCompute} (which are synchronous)
511 * concurrently. (Concurrent uses of {@link ANeuralNetworksExecution_burstCompute} must be on
558 * {@link ANeuralNetworksExecution_burstCompute}, reusing the same
/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp1373 ASSERT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), in TEST_F()
1409 ASSERT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), in TEST_F()
1461 result = ANeuralNetworksExecution_burstCompute(execution, burst); in testConcurrentExecution()
2514 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(mExecution, nullptr), in TEST_F()
2516 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(nullptr, mBurst), in TEST_F()
2543 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, mBurst), ANEURALNETWORKS_BAD_DATA); in TEST_F()
2587 return ANeuralNetworksExecution_burstCompute(mExecution, mBurst); in TEST_F()
2590 return ANeuralNetworksExecution_burstCompute(secondExecution, mBurst); in TEST_F()
2646 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), ANEURALNETWORKS_NO_ERROR); in TEST_F()
2687 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), ANEURALNETWORKS_NO_ERROR); in TEST_F()
[all …]
DTestNeuralNetworksWrapper.h515 ANeuralNetworksExecution_burstCompute(mExecution, burst));
DTestIntrospectionControl.cpp966 Check(isPass, ANeuralNetworksExecution_burstCompute(mExecution, burst)); in TEST_P()
/packages/modules/NeuralNetworks/runtime/
Dlibneuralnetworks.map.txt70 ANeuralNetworksExecution_burstCompute; # introduced=Q
DNeuralNetworks.cpp891 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_burstCompute() function
1886 NNCL_FUNC(ANeuralNetworksExecution_burstCompute),
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworks.h723 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution,
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h518 int (*ANeuralNetworksExecution_burstCompute)(ANeuralNetworksExecution* execution, member
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h605 mNnApi->ANeuralNetworksExecution_burstCompute(mExecution, burst));