Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc524 size_t dx_index = 0; in AddGradients() local
527 if (dx_index == dx.size()) { in AddGradients()
529 "Invalid gradient output index: ", dx_index, " size: ", dx.size()); in AddGradients()
532 BackpropAlongEdge(dx[dx_index++], {e->src(), e->src_output()})); in AddGradients()