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