Searched refs:histogram_freq (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | callbacks_v1_test.py | 98 histogram_freq=1, 135 tsb.histogram_freq = 0 144 tsb.histogram_freq = 1 154 tsb.histogram_freq = 0 205 def callbacks_factory(histogram_freq): argument 209 histogram_freq=histogram_freq, 217 callbacks=callbacks_factory(histogram_freq=0), epochs=3) 222 callbacks=callbacks_factory(histogram_freq=1), epochs=2) 226 callbacks=callbacks_factory(histogram_freq=0)) 231 callbacks=callbacks_factory(histogram_freq=1)) [all …]
|
D | callbacks_v1.py | 120 histogram_freq=0, argument 134 self.histogram_freq = histogram_freq 135 if self.histogram_freq and context.executing_eagerly(): 139 self.histogram_freq = 0 182 if self.histogram_freq and self.merged is None: 390 if self.histogram_freq and epoch % self.histogram_freq == 0: 416 if self.histogram_freq:
|
D | callbacks_test.py | 2096 tb_cbk = keras.callbacks.TensorBoard(self.logdir, histogram_freq=1) 2127 self.logdir, histogram_freq=1, write_images=True) 2413 self.logdir, histogram_freq=1, profile_batch=1, write_graph=False) 2436 self.logdir, histogram_freq=1, profile_batch=2, write_graph=False) 2459 self.logdir, histogram_freq=1, profile_batch='2,2', write_graph=False) 2483 self.logdir, histogram_freq=1, profile_batch='10,10', write_graph=False) 2537 self.logdir, histogram_freq=1, profile_batch='1,3', write_graph=False) 2561 histogram_freq=1, 2568 histogram_freq=1, 2574 self.logdir, histogram_freq=1, profile_batch='6,5', write_graph=False) [all …]
|
D | callbacks.py | 2111 histogram_freq=0, argument 2125 self.histogram_freq = histogram_freq 2405 if self.histogram_freq and epoch % self.histogram_freq == 0:
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.callbacks.-tensor-board.pbtxt | 9 …argspec: "args=[\'self\', \'log_dir\', \'histogram_freq\', \'write_graph\', \'write_images\', \'wr…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.callbacks.-tensor-board.pbtxt | 10 …argspec: "args=[\'self\', \'log_dir\', \'histogram_freq\', \'batch_size\', \'write_graph\', \'writ…
|