Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmonitors.py53 from tensorflow.python.summary import summary as core_summary unknown
546 self._summary_writer = core_summary.FileWriter(output_dir)
554 self._summary_writer = core_summary.FileWriter(estimator.model_dir)
1118 self._summary_writer = core_summary.FileWriterCache.get(checkpoint_dir)
1191 self._summary_writer = core_summary.FileWriterCache.get(output_dir)
1196 self._summary_writer = core_summary.FileWriterCache.get(
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator.py73 from tensorflow.python.summary import summary as core_summary unknown
348 summary_writer = core_summary.FileWriterCache.get(output_dir)