Lines Matching refs:testMutations
4483 const ANeuralNetworksModel* elseModel, bool testMutations) { in testIf() argument
4496 if (testMutations) { in testIf()
4504 const std::vector<uint32_t>& elseDims, bool testMutations) { in testIf() argument
4511 testIf(outerDims, thenModel, elseModel, testMutations); in testIf()
4526 bool testMutations = true; in TEST() local
4533 testIf(outerDims, thenDims, elseDims, testMutations); in TEST()
4534 testMutations = false; in TEST()
4591 const ANeuralNetworksModel* bodyModel, bool testMutations) { in testWhile() argument
4601 if (testMutations) { in testWhile()
4609 const std::vector<uint32_t>& bodyDims, bool testMutations) { in testWhile() argument
4619 testWhile(outerDims, condModel, bodyModel, testMutations); in testWhile()
4634 bool testMutations = true; in TEST() local
4641 testWhile(outerDims, condDims, bodyDims, testMutations); in TEST()
4642 testMutations = false; in TEST()