Home
last modified time | relevance | path

Searched refs:from_grad (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_conditional_accumulator.h205 enum Source { from_accum, from_grad, from_accum_and_grad }; in AddToAccumGradFunction() enumerator
230 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()