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

  /external/tensorflow/tensorflow/contrib/testing/python/framework/
fake_summary_writer.py 50 self._summaries = {}
57 return self._summaries
75 step in self._summaries,
76 msg='Missing step %s from %s.' % (step, self._summaries.keys()))
78 for step_summary in self._summaries[step]:
98 if current_global_step in self._summaries:
99 step_summaries = self._summaries[current_global_step]
102 self._summaries[current_global_step] = step_summaries
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn_testing_utils.py     [all...]

Completed in 93 milliseconds