Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1.py36 from tensorflow.python.summary import summary as tf_summary unknown
173 self.writer = tf_summary.FileWriter(self.log_dir, K.get_graph())
175 self.writer = tf_summary.FileWriter(self.log_dir)
184 tf_summary.histogram(mapped_weight_name, weight)
209 tf_summary.image(mapped_weight_name, w_img)
223 tf_summary.histogram('{}_grad'.format(mapped_weight_name), grads)
228 tf_summary.histogram('{}_out_{}'.format(layer.name, i), output)
230 tf_summary.histogram('{}_out'.format(layer.name), layer.output)
240 self.merged = tf_summary.merge_all()
338 summary = tf_summary.Summary()