/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidation.cpp | 1577 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 D | TestIntrospectionControl.cpp | 252 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 D | TestNeuralNetworksWrapper.h | 399 ANeuralNetworksExecution_setInput(mExecution, index, type, buffer, length));
|
H A D | TestValidateModel.cpp | 3073 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 D | stubs_arm.cc | 52 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setInput); 127 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setInput); in init_stub_library()
|
H A D | stubs_arm64.cc | 52 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 D | FibonacciExtensionTest.cpp | 194 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 D | libneuralnetworks.map.txt | 76 ANeuralNetworksExecution_setInput;
|
H A D | NeuralNetworks.cpp | 1315 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 D | NeuralNetworks.h | 1461 int ANeuralNetworksExecution_setInput(ANeuralNetworksExecution* execution, int32_t index,
|
H A D | NeuralNetworksWrapper.h | 621 ANeuralNetworksExecution_setInput(mExecution, index, type, buffer, length)));
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/public/ |
H A D | NeuralNetworksSupportLibraryImpl.h | 588 int (*ANeuralNetworksExecution_setInput)(ANeuralNetworksExecution* execution, int32_t index, member
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | NeuralNetworksTypes.t | 438 * {@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 D | SupportLibraryWrapper.h | 516 mNnApi->ANeuralNetworksExecution_setInput(mExecution, index, type, buffer, length));
|