Home
last modified time | relevance | path

Searched refs:on_batch_end (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/python/keras/
Dcallbacks_v1_test.py425 tb_cbk.on_batch_end(batch, {'acc': batch})
457 tb_cbk.on_batch_end(0, {'acc': 5.0})
534 tb_cbk.on_batch_end(0, {'acc': 5.0, 'size': 1})
544 tb_cbk.on_batch_end(0, {'acc': 5.0, 'size': 1})
546 tb_cbk.on_batch_end(0, {'acc': 5.0, 'size': 1})
555 tb_cbk.on_batch_end(0, {'acc': 5.0, 'size': 10})
557 tb_cbk.on_batch_end(0, {'acc': 5.0, 'size': 10})
559 tb_cbk.on_batch_end(0, {'acc': 5.0, 'size': 10})
561 tb_cbk.on_batch_end(0, {'acc': 5.0, 'size': 10})
563 tb_cbk.on_batch_end(0, {'acc': 10.0, 'size': 10})
Dcallbacks.py392 def on_batch_end(self, batch, logs=None): member in CallbackList
646 def on_batch_end(self, batch, logs=None): member in Callback
714 self.on_batch_end(batch, logs=logs)
861 not generic_utils.is_default(self.on_batch_end) or
897 def on_batch_end(self, batch, logs=None): member in BaseLogger
934 def on_batch_end(self, batch, logs=None): member in TerminateOnNaN
2780 on_batch_end=None, argument
2798 if on_batch_end is not None:
2799 self.on_batch_end = on_batch_end
2801 self.on_batch_end = lambda batch, logs: None
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.callbacks.-lambda-callback.pbtxt8 …\'self\', \'on_epoch_begin\', \'on_epoch_end\', \'on_batch_begin\', \'on_batch_end\', \'on_train_b…
15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-callback.pbtxt14 name: "on_batch_end"
Dtensorflow.keras.callbacks.-terminate-on-na-n.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-history.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-model-checkpoint.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-learning-rate-scheduler.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-c-s-v-logger.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-early-stopping.pbtxt19 name: "on_batch_end"
Dtensorflow.keras.callbacks.-callback-list.pbtxt18 name: "on_batch_end"
Dtensorflow.keras.callbacks.-progbar-logger.pbtxt15 name: "on_batch_end"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.callbacks.-lambda-callback.pbtxt8 …\'self\', \'on_epoch_begin\', \'on_epoch_end\', \'on_batch_begin\', \'on_batch_end\', \'on_train_b…
15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-callback.pbtxt14 name: "on_batch_end"
Dtensorflow.keras.callbacks.-terminate-on-na-n.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-history.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-early-stopping.pbtxt19 name: "on_batch_end"
Dtensorflow.keras.callbacks.-progbar-logger.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-remote-monitor.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-base-logger.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-tensor-board.pbtxt16 name: "on_batch_end"
Dtensorflow.keras.callbacks.experimental.-backup-and-restore.pbtxt15 name: "on_batch_end"
Dtensorflow.keras.callbacks.-reduce-l-r-on-plateau.pbtxt19 name: "on_batch_end"
Dtensorflow.keras.callbacks.-model-checkpoint.pbtxt15 name: "on_batch_end"
/external/tensorflow/tensorflow/python/keras/benchmarks/
Dbenchmark_util.py92 def on_batch_end(self, e, logs): member in TimerCallBack

12