Home
last modified time | relevance | path

Searched refs:ANeuralNetworksExecution_free (Results 1 – 13 of 13) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp217 ANeuralNetworksExecution_free(mExecution); in TearDown()
299 ANeuralNetworksExecution_free(mExecution); in TearDown()
302 ANeuralNetworksExecution_free(mExecutionDynamic); in TearDown()
365 ANeuralNetworksExecution_free(execution); in executeWithMemoryAsInput()
379 ANeuralNetworksExecution_free(execution); in executeWithMemoryAsOutput()
1255 ANeuralNetworksExecution_free(execution); in TEST_F()
1270 ANeuralNetworksExecution_free(execution); in TEST_F()
1293 ANeuralNetworksExecution_free(execution); in TEST_F()
1431 ANeuralNetworksExecution_free(execution); in TEST_F()
1506 ANeuralNetworksExecution_free(execution); in testConcurrentExecution()
[all …]
DTestFree.cpp78 ANeuralNetworksExecution_free(nullptr); in TEST()
121 ANeuralNetworksExecution_free(execution); in TEST()
DTestNeuralNetworksWrapper.h373 ~Execution() { ANeuralNetworksExecution_free(mExecution); } in ~Execution()
387 ANeuralNetworksExecution_free(mExecution);
DTestIntrospectionControl.cpp116 ANeuralNetworksExecution_free(mExecution); in TearDown()
DTestValidateModel.cpp3126 ANeuralNetworksExecution_free(execution); in TEST_F()
/packages/modules/NeuralNetworks/runtime/
Dlibneuralnetworks.map.txt74 ANeuralNetworksExecution_free;
DNeuralNetworks.cpp1281 void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_free() function
1890 NNCL_FUNC(ANeuralNetworksExecution_free),
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h593 NNAPI_CALL(ANeuralNetworksExecution_free(mExecution));
610 NNAPI_CALL(ANeuralNetworksExecution_free(mExecution));
DNeuralNetworks.h1403 void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) __NNAPI_INTRODUCED_IN(27);
/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibraryWrapper.h485 mNnApi->ANeuralNetworksExecution_free(mExecution); in ~Execution()
502 mNnApi->ANeuralNetworksExecution_free(mExecution);
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h553 void (*ANeuralNetworksExecution_free)(ANeuralNetworksExecution* execution); member
/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp84 ANeuralNetworksExecution_free(mExecution); in TearDown()
/packages/modules/NeuralNetworks/tools/api/
DNeuralNetworksTypes.t459 * {@link ANeuralNetworksExecution_free}.</li></ul></p>
498 * {@link ANeuralNetworksExecution_free}.</p>.
501 * uses of the execution after calling {@link ANeuralNetworksExecution_free}.</p>