Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc304 int num_expected_backprops = 0; in Initialize() local
316 ++num_expected_backprops; in Initialize()
324 ++num_expected_backprops; in Initialize()
328 pending_[n->id()] = num_expected_backprops; in Initialize()
/external/tensorflow/tensorflow/core/graph/
Dgradients.cc268 int num_expected_backprops = 0; in InitBackprop() local
271 ++num_expected_backprops; in InitBackprop()
277 pending_[n->id()] = num_expected_backprops; in InitBackprop()