Home
last modified time | relevance | path

Searched refs:ANeuralNetworksModel_identifyInputsAndOutputs (Results 1 – 12 of 12) sorted by relevance

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm64.cc67 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksModel_identifyInputsAndOutputs);
124 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksModel_identifyInputsAndOutput… in init_stub_library()
Dstubs_arm.cc67 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksModel_identifyInputsAndOutputs);
124 …T_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksModel_identifyInputsAndOutput… in init_stub_library()
/frameworks/ml/nn/runtime/test/
DTestFree.cpp45 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(model, 1, inList, 1, outList), in createUnfinishedModel()
DTestValidation.cpp94 return ANeuralNetworksModel_identifyInputsAndOutputs(mModel, inputs.size(), inputs.data(), in identifyInputsAndOutputs()
343 ASSERT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(model, 1, inputList, 1, outputList), in createModel()
737 ASSERT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(valueModel, 3, inList, 1, outList), in TEST_F()
814 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(nullptr, 1, &input, 1, &output), in TEST_F()
816 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 0, nullptr, 1, &output), in TEST_F()
818 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 1, &input, 0, nullptr), in TEST_F()
2915 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(model, 3, inList, 1, outList), in createAndCompileAddModelWithType()
3085 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(model, std::size(inList), inList, in createAndCompileChannelQuantConvModel()
DTestNeuralNetworksWrapper.h215 if (ANeuralNetworksModel_identifyInputsAndOutputs( in identifyInputsAndOutputs()
DTestValidateOperations.cpp4475 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(model, std::size(inputs), inputs, in makeIdentityModel()
4556 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(model, std::size(inputs), inputs, in makeWhileCondModel()
4582 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(model, std::size(modelInputs), in makeWhileBodyModel()
DTestValidateModel.cpp3056 ANeuralNetworksModel_identifyInputsAndOutputs(model, 4, model_inputs, 4, model_outputs), in TEST_F()
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt52 ANeuralNetworksModel_identifyInputsAndOutputs;
DNeuralNetworks.cpp1137 int ANeuralNetworksModel_identifyInputsAndOutputs(ANeuralNetworksModel* model, uint32_t inputCount, in ANeuralNetworksModel_identifyInputsAndOutputs() function
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h7402 int ANeuralNetworksModel_identifyInputsAndOutputs(ANeuralNetworksModel* model, uint32_t inputCount,
DNeuralNetworksWrapper.h282 if (ANeuralNetworksModel_identifyInputsAndOutputs( in identifyInputsAndOutputs()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t608 * {@link ANeuralNetworksModel_identifyInputsAndOutputs}) of the main
619 * {@link ANeuralNetworksModel_identifyInputsAndOutputs}) of the main
811 * {@link ANeuralNetworksModel_identifyInputsAndOutputs}. It is not
857 * {@link ANeuralNetworksModel_identifyInputsAndOutputs}. It is not
1276 * {@link ANeuralNetworksModel_identifyInputsAndOutputs}. It is not
1301 * passed to {@link ANeuralNetworksModel_identifyInputsAndOutputs}. It is not
1589 * {@link ANeuralNetworksModel_identifyInputsAndOutputs},
1601 * {@link ANeuralNetworksModel_identifyInputsAndOutputs}.</li>
1609 * {@link ANeuralNetworksModel_identifyInputsAndOutputs}.</p>
1828 int ANeuralNetworksModel_identifyInputsAndOutputs(ANeuralNetworksModel* model, uint32_t inputCount,
[all …]