Searched refs:addWhileOperation (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestIntrospectionControl.cpp | 1287 void addWhileOperation(std::vector<WrapperModel>* extraModels, WrapperModel* mainModel, in addWhileOperation() function 1323 addWhileOperation(extraModels, mainModel, &modelInputIndexes, &modelOutputIndexes, in createReluStaticWhileModel() 1378 addWhileOperation(extraModels, mainModel, &modelInputIndexes, &modelOutputIndexes, in createStaticWhileDynamicWhileModel() 1381 addWhileOperation(extraModels, mainModel, &modelInputIndexes, &modelOutputIndexes, in createStaticWhileDynamicWhileModel()
|
D | TestPartitioning.cpp | 836 void addWhileOperation(const PartitioningModel& condModel, const PartitioningModel& bodyModel, in addWhileOperation() function in __anonb50294d30111::PartitioningModel 3199 mainModel->addWhileOperation(*condModel, *bodyModel, {opnd0, opnd1}, {opnd2}); in createWhileModel() 3557 mModel->addWhileOperation(*condModel, *bodyModel, {mainOpnd0, mainOpnd1, mainOpnd2}, in TEST_F() 3647 mModel->addWhileOperation(*condModel, *bodyModel, {mainOpnd0, mainOpnd1, mainOpnd2}, in TEST_F()
|