Searched refs:testMutations (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 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 [all …]
|