Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dcallbacks.py243 ._implements_test_batch_hooks() or cb._implements_predict_batch_hooks())
250 cb._implements_predict_batch_hooks() for cb in self.callbacks)
583 cb._implements_predict_batch_hooks()):
898 def _implements_predict_batch_hooks(self): member in Callback
1104 def _implements_predict_batch_hooks(self): member in ProgbarLogger