Lines Matching refs:testMutations
4484 const ANeuralNetworksModel* elseModel, bool testMutations) { in testIf() argument
4497 if (testMutations) { in testIf()
4505 const std::vector<uint32_t>& elseDims, bool testMutations) { in testIf() argument
4512 testIf(outerDims, thenModel, elseModel, testMutations); in testIf()
4527 bool testMutations = true; in TEST() local
4534 testIf(outerDims, thenDims, elseDims, testMutations); in TEST()
4535 testMutations = false; in TEST()
4592 const ANeuralNetworksModel* bodyModel, bool testMutations) { in testWhile() argument
4602 if (testMutations) { in testWhile()
4610 const std::vector<uint32_t>& bodyDims, bool testMutations) { in testWhile() argument
4620 testWhile(outerDims, condModel, bodyModel, testMutations); in testWhile()
4635 bool testMutations = true; in TEST() local
4642 testWhile(outerDims, condDims, bodyDims, testMutations); in TEST()
4643 testMutations = false; in TEST()