Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm.cc52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setOutputFromMemory);
120 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setOutputFromMemory in init_stub_library()
Dstubs_arm64.cc52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setOutputFromMemory);
120 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setOutputFromMemory in init_stub_library()
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp370 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 …]
DTestNeuralNetworksWrapper.h385 return static_cast<Result>(ANeuralNetworksExecution_setOutputFromMemory(
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt74 ANeuralNetworksExecution_setOutputFromMemory;
DNeuralNetworks.cpp1322 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setOutputFromMemory() function
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h7839 int ANeuralNetworksExecution_setOutputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
DNeuralNetworksWrapper.h455 return static_cast<Result>(ANeuralNetworksExecution_setOutputFromMemory(
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t358 * 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,