Searched refs:ANeuralNetworksExecution (Results 1 – 14 of 14) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/include/ |
H A D | NeuralNetworks.h | 620 int ANeuralNetworksExecution_getOutputOperandRank(ANeuralNetworksExecution* execution, 646 int ANeuralNetworksExecution_getOutputOperandDimensions(ANeuralNetworksExecution* execution, 723 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution, 788 int ANeuralNetworksExecution_setMeasureTiming(ANeuralNetworksExecution* execution, bool measure) 813 int ANeuralNetworksExecution_getDuration(const ANeuralNetworksExecution* execution, 1461 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index, 1596 int ANeuralNetworksExecution_setOutput(ANeuralNetworksExecution* execution, int32_t index, 1728 int ANeuralNetworksExecution_startCompute(ANeuralNetworksExecution* execution, 1985 ANeuralNetworksExecution* execution, const ANeuralNetworksEvent* const* dependencies, 2060 int ANeuralNetworksExecution_enableInputAndOutputPadding(ANeuralNetworksExecution* execution, [all …]
|
H A D | NeuralNetworksTypes.h | 6166 typedef struct ANeuralNetworksExecution ANeuralNetworksExecution; typedef
|
H A D | NeuralNetworksWrapper.h | 705 ANeuralNetworksExecution* mExecution = nullptr;
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/ |
H A D | NeuralNetworksSupportLibraryImpl.h | 518 int (*ANeuralNetworksExecution_burstCompute)(ANeuralNetworksExecution* execution, 527 int (*ANeuralNetworksExecution_compute)(ANeuralNetworksExecution* execution); 536 ANeuralNetworksExecution** execution); 553 void (*ANeuralNetworksExecution_free)(ANeuralNetworksExecution* execution); 561 int (*ANeuralNetworksExecution_getDuration)(const ANeuralNetworksExecution* execution, 579 int (*ANeuralNetworksExecution_getOutputOperandRank)(ANeuralNetworksExecution* execution, 598 int (*ANeuralNetworksExecution_setInputFromMemory)(ANeuralNetworksExecution* execution, 610 int (*ANeuralNetworksExecution_setLoopTimeout)(ANeuralNetworksExecution* execution, 619 int (*ANeuralNetworksExecution_setMeasureTiming)(ANeuralNetworksExecution* execution, 638 int (*ANeuralNetworksExecution_setOutputFromMemory)(ANeuralNetworksExecution* execution, [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | NeuralNetworks.cpp | 825 int ANeuralNetworksExecution_compute(ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_compute() 847 int ANeuralNetworksExecution_getDuration(const ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getDuration() 891 int ANeuralNetworksExecution_burstCompute(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_burstCompute() 1267 ANeuralNetworksExecution** execution) { in ANeuralNetworksExecution_create() 1277 *execution = reinterpret_cast<ANeuralNetworksExecution*>(r); in ANeuralNetworksExecution_create() 1281 void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_free() 1293 int ANeuralNetworksExecution_getOutputOperandRank(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_getOutputOperandRank() 1315 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInput() 1342 int ANeuralNetworksExecution_setOutput(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutput() 1369 int ANeuralNetworksExecution_startCompute(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_startCompute() [all …]
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidation.cpp | 1249 ANeuralNetworksExecution* execution; in TEST_F() 1262 ANeuralNetworksExecution* execution; in TEST_F() 1846 ANeuralNetworksExecution* execution; in TEST_F() 2244 ANeuralNetworksExecution* execution; in TEST_F() 2277 ANeuralNetworksExecution* execution; in TEST_F() 2359 ANeuralNetworksExecution* execution; in TEST_F() 2539 ANeuralNetworksExecution* execution; in TEST_F() 2633 ANeuralNetworksExecution* execution; in TEST_F() 2674 ANeuralNetworksExecution* execution; in TEST_F() 2990 ANeuralNetworksExecution* execution; in TEST_F() [all …]
|
H A D | TestTrivialModel.cpp | 178 ANeuralNetworksExecution* executionHandle = execution.getHandle(); in testAddTwoWithHardwareBufferInput() 245 ANeuralNetworksExecution* execution1_handle = execution1.getHandle(); in TEST_F() 256 ANeuralNetworksExecution* execution2_handle = execution2.getHandle(); in TEST_F()
|
H A D | TestFree.cpp | 119 ANeuralNetworksExecution* execution = nullptr; in TEST()
|
H A D | TestNeuralNetworksWrapper.h | 549 ANeuralNetworksExecution* getHandle() { return mExecution; }; in getHandle() 553 ANeuralNetworksExecution* mExecution = nullptr;
|
H A D | TestIntrospectionControl.cpp | 201 ANeuralNetworksExecution* mExecution = nullptr;
|
H A D | TestValidateModel.cpp | 3062 ANeuralNetworksExecution* execution = nullptr; in TEST_F()
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | NeuralNetworksTypes.t | 431 * ANeuralNetworksExecution is an opaque type that can be used to apply a machine 524 typedef struct ANeuralNetworksExecution ANeuralNetworksExecution; 542 * using {@link ANeuralNetworksExecution} objects. An ANeuralNetworksBurst 543 * object and the {@link ANeuralNetworksExecution} objects used with it must all 555 * <li>Create {@link ANeuralNetworksExecution} and configure its 556 * properties (see {@link ANeuralNetworksExecution} for details).</li> 560 * {@link ANeuralNetworksExecution}.</li> 561 * <li>Use and free the {@link ANeuralNetworksExecution}.</li></ul>
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/ |
H A D | SupportLibraryWrapper.h | 649 ANeuralNetworksExecution* getHandle() { return mExecution; }; in getHandle() 654 ANeuralNetworksExecution* mExecution = nullptr;
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/ |
H A D | FibonacciExtensionTest.cpp | 124 ANeuralNetworksExecution* mExecution = nullptr;
|