Searched refs:ANeuralNetworksExecution_burstCompute (Results 1 – 10 of 10) sorted by relevance
/packages/modules/NeuralNetworks/tools/api/ |
D | NeuralNetworksTypes.t | 472 * {@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/ |
D | libneuralnetworks.map.txt | 70 ANeuralNetworksExecution_burstCompute; # introduced=Q
|
D | NeuralNetworks.cpp | 931 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_burstCompute() function 1966 NNCL_FUNC(ANeuralNetworksExecution_burstCompute),
|
D | NeuralNetworksV2.cpp | 909 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* /* execution */, in ANeuralNetworksExecution_burstCompute() function
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidation.cpp | 1401 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 …]
|
D | TestNeuralNetworksWrapper.h | 517 ANeuralNetworksExecution_burstCompute(mExecution, burst));
|
D | TestIntrospectionControl.cpp | 967 Check(isPass, ANeuralNetworksExecution_burstCompute(mExecution, burst)); in TEST_P()
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworks.h | 817 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution,
|
/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksSupportLibraryImpl.h | 842 int (*ANeuralNetworksExecution_burstCompute)(ANeuralNetworksExecution* execution, member
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | SupportLibraryWrapper.h | 621 mNnApi->getFL5()->ANeuralNetworksExecution_burstCompute(mExecution, burst));
|