HomeSort by relevance Sort by last modified time
    Searched refs:num_expected_backprops (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/graph/
gradients.cc 240 int num_expected_backprops = 0; local
243 ++num_expected_backprops;
249 pending_[n->id()] = num_expected_backprops;
  /external/tensorflow/tensorflow/cc/framework/
gradients.cc 304 int num_expected_backprops = 0; local
310 // It will not be counted in num_expected_backprops.
316 ++num_expected_backprops;
320 // Output node: update `num_expected_backprops` for each Output in
324 ++num_expected_backprops;
328 pending_[n->id()] = num_expected_backprops;

Completed in 83 milliseconds