Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py92 histogram_freq=1,
129 tsb.histogram_freq = 0
138 tsb.histogram_freq = 1
148 tsb.histogram_freq = 0
200 def callbacks_factory(histogram_freq): argument
204 histogram_freq=histogram_freq,
212 callbacks=callbacks_factory(histogram_freq=0), epochs=3)
217 callbacks=callbacks_factory(histogram_freq=1), epochs=2)
221 callbacks=callbacks_factory(histogram_freq=0))
226 callbacks=callbacks_factory(histogram_freq=1))
[all …]
Dcallbacks_v1.py119 histogram_freq=0, argument
132 self.histogram_freq = histogram_freq
133 if self.histogram_freq and context.executing_eagerly():
137 self.histogram_freq = 0
180 if self.histogram_freq and self.merged is None:
378 if self.histogram_freq and epoch % self.histogram_freq == 0:
404 if self.histogram_freq:
Dcallbacks.py1153 histogram_freq=0, argument
1163 self.histogram_freq = histogram_freq
1291 if self.histogram_freq and epoch % self.histogram_freq == 0:
Dcallbacks_test.py1166 tb_cbk = keras.callbacks.TensorBoard(self.logdir, histogram_freq=1)
1197 self.logdir, histogram_freq=1, write_images=True)
1331 self.logdir, histogram_freq=1, profile_batch=1, write_graph=False)
1353 self.logdir, histogram_freq=1, profile_batch=2, write_graph=False)
1375 self.logdir, histogram_freq=1, profile_batch=10000, write_graph=False)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.callbacks.-tensor-board.pbtxt8 …argspec: "args=[\'self\', \'log_dir\', \'histogram_freq\', \'write_graph\', \'write_images\', \'up…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.callbacks.-tensor-board.pbtxt8 …argspec: "args=[\'self\', \'log_dir\', \'histogram_freq\', \'batch_size\', \'write_graph\', \'writ…
/external/tensorflow/tensorflow/python/keras/engine/
Ddistributed_training_utils.py206 callback.histogram_freq = 0
213 callback.histogram_freq = False