Home
last modified time | relevance | path

Searched refs:ANeuralNetworksExecution (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h1369 typedef struct ANeuralNetworksExecution ANeuralNetworksExecution; typedef
1725 ANeuralNetworksExecution** execution);
1742 void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution);
1771 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index,
1805 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
1837 int ANeuralNetworksExecution_setOutput(ANeuralNetworksExecution* execution, int32_t index,
1871 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
1901 int ANeuralNetworksExecution_startCompute(ANeuralNetworksExecution* execution,
DNeuralNetworksWrapper.h336 ANeuralNetworksExecution* mExecution = nullptr;
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp88 ANeuralNetworksExecution* mExecution = nullptr;
182 ANeuralNetworksExecution* execution = nullptr; in TEST_F()
206 EXPECT_EQ(ANeuralNetworksExecution_setInput(ANeuralNetworksExecution * execution, int32_t index,
213 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution * execution,
222 EXPECT_EQ(ANeuralNetworksExecution_setOutput(ANeuralNetworksExecution * execution,
230 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution * execution,
239 EXPECT_EQ(ANeuralNetworksExecution_startCompute(ANeuralNetworksExecution * execution,
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp366 ANeuralNetworksExecution** execution) { in ANeuralNetworksExecution_create()
375 *execution = reinterpret_cast<ANeuralNetworksExecution*>(r); in ANeuralNetworksExecution_create()
379 void ANeuralNetworksExecution_free(ANeuralNetworksExecution* execution) { in ANeuralNetworksExecution_free()
386 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInput()
398 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory()
412 int ANeuralNetworksExecution_setOutput(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutput()
423 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutputFromMemory()
437 int ANeuralNetworksExecution_startCompute(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_startCompute()