Searched refs:from_grad (Results 1 – 1 of 1) sorted by relevance
205 enum Source { from_accum, from_grad, from_accum_and_grad }; in AddToAccumGradFunction() enumerator230 entries_to_copy.emplace_back(from_grad, -1, j); in AddToAccumGradFunction()244 entries_to_copy.emplace_back(from_grad, -1, j); in AddToAccumGradFunction()295 } else if (src == from_grad) { in AddToAccumGradFunction()