Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py297 self._call_batch_begin_hook(mode, batch, logs)
303 def _call_batch_begin_hook(self, mode, batch, logs): member in CallbackList