Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm64.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInputFromMemory);
100 …IT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInputFromMemory in init_stub_library()
Dstubs_arm.cc43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInputFromMemory);
100 …IT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInputFromMemory in init_stub_library()
/frameworks/ml/nn/runtime/test/
DTestValidation.cpp354 ASSERT_EQ(ANeuralNetworksExecution_setInputFromMemory(execution, 0, nullptr, memory, 0, 0), in executeWithMemoryAsInput()
1239 ASSERT_EQ(ANeuralNetworksExecution_setInputFromMemory(execution, 0, nullptr, memory, 0, in TEST_F()
1402 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(nullptr, 0, nullptr, memory, 0, in TEST_F()
1405 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, nullptr, 0, in TEST_F()
1410 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 999, nullptr, memory, 0, in TEST_F()
1415 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, -1, nullptr, memory, 0, in TEST_F()
1420 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, 0, in TEST_F()
1425 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, in TEST_F()
1430 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, nullptr, memory, in TEST_F()
1435 EXPECT_EQ(ANeuralNetworksExecution_setInputFromMemory(mExecution, 0, &kInvalidTensorType1, in TEST_F()
[all …]
DTestNeuralNetworksWrapper.h367 return static_cast<Result>(ANeuralNetworksExecution_setInputFromMemory(
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt71 ANeuralNetworksExecution_setInputFromMemory;
DNeuralNetworks.cpp1295 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory() function
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h7737 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
DNeuralNetworksWrapper.h442 return static_cast<Result>(ANeuralNetworksExecution_setInputFromMemory(
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t356 * an execution. See {@link ANeuralNetworksExecution_setInputFromMemory}
360 * {@link ANeuralNetworksExecution_setInputFromMemory} and
372 * because of a call to {@link ANeuralNetworksExecution_setInputFromMemory} or
469 * {@link ANeuralNetworksExecution_setInputFromMemory}.</li>
613 * {@link ANeuralNetworksExecution_setInputFromMemory}.
940 * When calling {@link ANeuralNetworksExecution_setInputFromMemory} or
1394 * When calling {@link ANeuralNetworksExecution_setInputFromMemory} or
1593 * {@link ANeuralNetworksExecution_setInputFromMemory},
1615 * {@link ANeuralNetworksExecution_setInputFromMemory}.
2154 * to {@link ANeuralNetworksExecution_setInputFromMemory}.
[all …]