Searched refs:ANeuralNetworksExecution_setInputFromMemory (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libneuralnetworks/ |
D | stubs_arm64.cc | 43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInputFromMemory); 100 …IT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInputFromMemory… in init_stub_library()
|
D | stubs_arm.cc | 43 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInputFromMemory); 100 …IT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInputFromMemory… in init_stub_library()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidation.cpp | 354 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 …]
|
D | TestNeuralNetworksWrapper.h | 367 return static_cast<Result>(ANeuralNetworksExecution_setInputFromMemory(
|
/frameworks/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 71 ANeuralNetworksExecution_setInputFromMemory;
|
D | NeuralNetworks.cpp | 1295 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInputFromMemory() function
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworks.h | 7737 int ANeuralNetworksExecution_setInputFromMemory(ANeuralNetworksExecution* execution, int32_t index,
|
D | NeuralNetworksWrapper.h | 442 return static_cast<Result>(ANeuralNetworksExecution_setInputFromMemory(
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 356 * 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 …]
|