Searched refs:operandsTypeWithParams (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 177 const std::vector<OperandTypeWithExtraParams>& operandsTypeWithParams) { in MutationsWithValidRank() argument 180 return {ModifyForRank(operandsTypeWithParams, 1), in MutationsWithValidRank() 181 ModifyForRank(operandsTypeWithParams, *mRangeMax)}; in MutationsWithValidRank() 183 return {ModifyForRank(operandsTypeWithParams, *mRangeMin), in MutationsWithValidRank() 184 ModifyForRank(operandsTypeWithParams, *mRangeMin + 1)}; in MutationsWithValidRank() 186 std::for_each(operandsTypeWithParams.begin(), operandsTypeWithParams.end(), in MutationsWithValidRank() 190 return {operandsTypeWithParams}; in MutationsWithValidRank() 192 return {ModifyForRank(operandsTypeWithParams, *mRangeMin), in MutationsWithValidRank() 193 ModifyForRank(operandsTypeWithParams, *mRangeMax)}; in MutationsWithValidRank() 198 const std::vector<OperandTypeWithExtraParams>& operandsTypeWithParams) { in MutationsWithInvalidRank() argument [all …]
|