Searched defs:on_predict_batch_end (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ | ||
D | callbacks_test.py | 1653 def on_predict_batch_end(self, batch, logs=None): member in KerasCallbacksTest.test_implements_batch_hooks.MyCallbackWithBatchHooks |
D | callbacks.py | 493 def on_predict_batch_end(self, batch, logs=None): member in CallbackList |
/external/tensorflow/tensorflow/python/keras/distribute/ | ||
D | distribute_strategy_test.py | 363 def on_predict_batch_end(self, batch, logs=None): member in BatchCountingCB |