Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t472 * {@link ANeuralNetworksExecution_burstCompute}.</li></ul>
485 * state. Scheduling a computation by calling {@link ANeuralNetworksExecution_burstCompute},
491 * {@link ANeuralNetworksExecution_burstCompute}, or {@link ANeuralNetworksEvent_wait}
495 * {@link ANeuralNetworksExecution_burstCompute},
512 * {@link ANeuralNetworksExecution_burstCompute},
523 * {@link ANeuralNetworksExecution_burstCompute} (which are synchronous)
528 * concurrently. (Concurrent uses of {@link ANeuralNetworksExecution_burstCompute} must be on
575 * {@link ANeuralNetworksExecution_burstCompute}, reusing the same
/packages/modules/NeuralNetworks/runtime/
Dlibneuralnetworks.map.txt70 ANeuralNetworksExecution_burstCompute; # introduced=Q
DNeuralNetworks.cpp931 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_burstCompute() function
1966 NNCL_FUNC(ANeuralNetworksExecution_burstCompute),
DNeuralNetworksV2.cpp909 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* /* execution */, in ANeuralNetworksExecution_burstCompute() function
/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp1401 ASSERT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), in TEST_F()
1437 ASSERT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), in TEST_F()
1489 result = ANeuralNetworksExecution_burstCompute(execution, burst); in testConcurrentExecution()
2576 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(mExecution, nullptr), in TEST_F()
2578 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(nullptr, mBurst), in TEST_F()
2605 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, mBurst), ANEURALNETWORKS_BAD_DATA); in TEST_F()
2649 return ANeuralNetworksExecution_burstCompute(mExecution, mBurst); in TEST_F()
2652 return ANeuralNetworksExecution_burstCompute(secondExecution, mBurst); in TEST_F()
2714 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), ANEURALNETWORKS_NO_ERROR); in TEST_F()
2761 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), ANEURALNETWORKS_NO_ERROR); in TEST_F()
[all …]
DTestNeuralNetworksWrapper.h517 ANeuralNetworksExecution_burstCompute(mExecution, burst));
DTestIntrospectionControl.cpp967 Check(isPass, ANeuralNetworksExecution_burstCompute(mExecution, burst)); in TEST_P()
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworks.h817 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution,
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h842 int (*ANeuralNetworksExecution_burstCompute)(ANeuralNetworksExecution* execution, member
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h621 mNnApi->getFL5()->ANeuralNetworksExecution_burstCompute(mExecution, burst));