Searched refs:ANeuralNetworksExecution_setOutputFromMemory (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libneuralnetworks/ |
D | stubs_arm.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setOutputFromMemory); 120 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setOutputFromMemory… in init_stub_library()
|
D | stubs_arm64.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setOutputFromMemory); 120 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setOutputFromMemory… in init_stub_library()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidation.cpp | 370 ASSERT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, 0, 0), in executeWithMemoryAsOutput() 1250 ASSERT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, 0, in TEST_F() 1527 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(nullptr, 0, nullptr, memory, 0, in TEST_F() 1530 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, nullptr, 0, in TEST_F() 1535 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 999, nullptr, memory, 0, in TEST_F() 1540 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, -1, nullptr, memory, 0, in TEST_F() 1545 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, 0, in TEST_F() 1550 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, in TEST_F() 1555 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, nullptr, memory, in TEST_F() 1560 EXPECT_EQ(ANeuralNetworksExecution_setOutputFromMemory(execution, 0, &kInvalidTensorType1, in TEST_F() [all …]
|
D | TestNeuralNetworksWrapper.h | 385 return static_cast<Result>(ANeuralNetworksExecution_setOutputFromMemory(
|
/frameworks/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 74 ANeuralNetworksExecution_setOutputFromMemory;
|
D | NeuralNetworks.cpp | 1322 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutputFromMemory() function
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworks.h | 7839 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
|
D | NeuralNetworksWrapper.h | 455 return static_cast<Result>(ANeuralNetworksExecution_setOutputFromMemory(
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 358 * and {@link ANeuralNetworksExecution_setOutputFromMemory}. 362 * {@link ANeuralNetworksExecution_setOutputFromMemory}, each operand in the shared 374 * {@link ANeuralNetworksExecution_setOutputFromMemory}. 473 * {@link ANeuralNetworksExecution_setOutputFromMemory}.</li> 627 * {@link ANeuralNetworksExecution_setOutputFromMemory}.</li></ul> 942 * {@link ANeuralNetworksExecution_setOutputFromMemory} with the memory object, 1396 * {@link ANeuralNetworksExecution_setOutputFromMemory} with the shared memory, both 1596 * {@link ANeuralNetworksExecution_setOutputFromMemory} and 2250 * to {@link ANeuralNetworksExecution_setOutputFromMemory}. 2265 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
|