Home
last modified time | relevance | path

Searched refs:ANeuralNetworksExecution_setInput (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp1577 EXPECT_EQ(ANeuralNetworksExecution_setInput(nullptr, 0, nullptr, buffer, sizeof(float)), in TEST_F()
1583 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, buffer, 20), in TEST_F()
1603 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, buffer, 8), in TEST_F()
1605 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, buffer, 8), in TEST_F()
1616 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, buffer, in TEST_F()
1729 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, buffer, 8), in TEST_F()
2043 EXPECT_EQ(ANeuralNetworksExecution_setInput(execution, 0, nullptr, buffer, 8), in TEST_F()
2502 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 2, &biasType, inputData.data(), in TEST_F()
2570 EXPECT_EQ(ANeuralNetworksExecution_setInput(secondExecution, 0, nullptr, inputB0, in TEST_F()
2573 EXPECT_EQ(ANeuralNetworksExecution_setInput(secondExecution, 1, nullptr, inputB1, in TEST_F()
[all …]
H A DTestIntrospectionControl.cpp252 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, input1, sizeof(input1)), in TEST_F()
254 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 1, nullptr, input2, sizeof(input2)), in TEST_F()
880 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, input1, sizeof(input1)), in TEST_P()
882 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 1, nullptr, input2, sizeof(input2)), in TEST_P()
1492 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, input1, sizeof(input1)), in TEST_F()
1494 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 1, nullptr, input2, sizeof(input2)), in TEST_F()
H A DTestNeuralNetworksWrapper.h399 ANeuralNetworksExecution_setInput(mExecution, index, type, buffer, length));
H A DTestValidateModel.cpp3073 ASSERT_EQ(ANeuralNetworksExecution_setInput(execution, 0, &input_operand_0, in TEST_F()
3084 ASSERT_EQ(ANeuralNetworksExecution_setInput(execution, 1, &input_operand_1, in TEST_F()
3095 ASSERT_EQ(ANeuralNetworksExecution_setInput(execution, 2, &input_operand_2, in TEST_F()
3106 ASSERT_EQ(ANeuralNetworksExecution_setInput(execution, 3, &input_operand_3, in TEST_F()
/aosp12/frameworks/libs/native_bridge_support/libneuralnetworks/
H A Dstubs_arm.cc52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInput);
127 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInput); in init_stub_library()
H A Dstubs_arm64.cc52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInput);
127 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInput); in init_stub_library()
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
H A DFibonacciExtensionTest.cpp194 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, &input, sizeof(input)), in TEST_F()
225 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, &input, sizeof(input)), in TEST_F()
276 EXPECT_EQ(ANeuralNetworksExecution_setInput(mExecution, 0, nullptr, &input, sizeof(input)), in TEST_F()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A Dlibneuralnetworks.map.txt76 ANeuralNetworksExecution_setInput;
H A DNeuralNetworks.cpp1315 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index, in ANeuralNetworksExecution_setInput() function
1894 NNCL_FUNC(ANeuralNetworksExecution_setInput),
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworks.h1461 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index,
H A DNeuralNetworksWrapper.h621 ANeuralNetworksExecution_setInput(mExecution, index, type, buffer, length)));
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/
H A DNeuralNetworksSupportLibraryImpl.h588 int (*ANeuralNetworksExecution_setInput)(ANeuralNetworksExecution* execution, int32_t index, member
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A DNeuralNetworksTypes.t438 * {@link ANeuralNetworksExecution_setInput} or
597 * {@link ANeuralNetworksExecution_setInput}, or
601 * {@link ANeuralNetworksExecution_setInput}) then it need
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h516 mNnApi->ANeuralNetworksExecution_setInput(mExecution, index, type, buffer, length));