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
175 self.writer = tf_summary.FileWriter(self.log_dir, K.get_graph())
177 self.writer = tf_summary.FileWriter(self.log_dir)
186 tf_summary.histogram(mapped_weight_name, weight)
211 tf_summary.image(mapped_weight_name, w_img)
225 tf_summary.histogram('{}_grad'.format(mapped_weight_name), grads)
230 tf_summary.histogram('{}_out_{}'.format(layer.name, i), output)
232 tf_summary.histogram('{}_out'.format(layer.name), layer.output)
242 self.merged = tf_summary.merge_all()
340 summary = tf_summary.Summary()