Searched refs:mApplyToIndexes (Results 1 – 1 of 1) sorted by relevance
272 : mApplyToIndexes(applyToIndexes.begin(), applyToIndexes.end()), mConstraint(constraint) {}296 std::for_each(mApplyToIndexes.begin(), mApplyToIndexes.end(), in InputsMutations()300 std::transform(mApplyToIndexes.begin(), mApplyToIndexes.end(), std::back_inserter(toMutate), in InputsMutations()315 for (size_t i = 0; i < mApplyToIndexes.size(); i++) { in InputsMutations()316 currInputMutation[mApplyToIndexes[i]] = opsMutation[i]; in InputsMutations()325 std::vector<uint32_t> mApplyToIndexes; member in __anon37b312a30111::TensorRankMutator