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