Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm.cc40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_burstCompute);
108 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_burstCompute); in init_stub_library()
Dstubs_arm64.cc40 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_burstCompute);
108 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_burstCompute); in init_stub_library()
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt65 ANeuralNetworksExecution_burstCompute; # introduced=Q
DNeuralNetworks.cpp866 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_burstCompute() function
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp1269 ASSERT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), in TEST_F()
1304 ASSERT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), in TEST_F()
2019 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(mExecution, nullptr), in TEST_F()
2021 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(nullptr, mBurst), in TEST_F()
2048 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, mBurst), ANEURALNETWORKS_BAD_DATA); in TEST_F()
2092 return ANeuralNetworksExecution_burstCompute(mExecution, mBurst); in TEST_F()
2095 return ANeuralNetworksExecution_burstCompute(secondExecution, mBurst); in TEST_F()
2151 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), ANEURALNETWORKS_NO_ERROR); in TEST_F()
2192 EXPECT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), ANEURALNETWORKS_NO_ERROR); in TEST_F()
2678 ASSERT_EQ(ANeuralNetworksExecution_burstCompute(execution, burst), in TEST_F()
[all …]
DTestNeuralNetworksWrapper.h438 ANeuralNetworksExecution_burstCompute(mExecution, burst)); in compute()
DTestIntrospectionControl.cpp942 Check(isPass, ANeuralNetworksExecution_burstCompute(mExecution, burst)); in TEST_P()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t481 * {@link ANeuralNetworksExecution_burstCompute}.</li></ul>
491 * {@link ANeuralNetworksExecution_burstCompute},
497 * {@link ANeuralNetworksExecution_burstCompute},
509 * {@link ANeuralNetworksExecution_burstCompute},
519 * {@link ANeuralNetworksExecution_burstCompute} (which are synchronous) in
523 * (Concurrent uses of {@link ANeuralNetworksExecution_burstCompute} must be on
573 * {@link ANeuralNetworksExecution_burstCompute}, reusing the same
1250 * See {@link ANeuralNetworksExecution_burstCompute} for burst synchronous execution.
1320 * {@link ANeuralNetworksExecution_burstCompute} is invoked with a valid
1383 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution,
[all …]
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h6957 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution,