Searched refs:ANeuralNetworksModel_identifyInputsAndOutputs (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidation.cpp | 83 ASSERT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 3, inList, 1, outList), in createModel() 578 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(nullptr, 1, &input, 1, &output), in TEST_F() 580 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 0, nullptr, 1, &output), in TEST_F() 582 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 1, &input, 0, nullptr), in TEST_F() 587 EXPECT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 1, &input, 1, &output), in TEST_F() 709 ASSERT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 3, inList, 1, outList), in TEST_F() 719 ASSERT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 3, inList, 2, outList), in TEST_F() 727 ASSERT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 4, inList, 1, outList), in TEST_F() 735 ASSERT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 4, inList, 1, outList), in TEST_F() 743 ASSERT_EQ(ANeuralNetworksModel_identifyInputsAndOutputs(mModel, 3, inList, 2, outList), in TEST_F() [all …]
|
D | TestValidateModel.cpp | 2860 ANeuralNetworksModel_identifyInputsAndOutputs(model, 4, model_inputs, 4, model_outputs), in TEST_F()
|
/frameworks/ml/nn/runtime/ |
D | libneuralnetworks.map.txt | 40 ANeuralNetworksModel_identifyInputsAndOutputs;
|
D | NeuralNetworks.cpp | 953 int ANeuralNetworksModel_identifyInputsAndOutputs(ANeuralNetworksModel* model, uint32_t inputCount, in ANeuralNetworksModel_identifyInputsAndOutputs() function
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworks.h | 6040 int ANeuralNetworksModel_identifyInputsAndOutputs(ANeuralNetworksModel* model, uint32_t inputCount,
|
D | NeuralNetworksWrapper.h | 269 if (ANeuralNetworksModel_identifyInputsAndOutputs( in identifyInputsAndOutputs()
|