Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2920 AccumulatorSet::const_iterator innermost_all_recording = accumulators.begin(); local
2921 for (; innermost_all_recording != accumulators.end();
2922 ++innermost_all_recording) {
2923 if ((*innermost_all_recording)->accumulator->BusyAccumulating()) {
2928 innermost_all_recording);