Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining_generator_v1.py521 def predict_on_batch(x, y=None, sample_weights=None): # pylint: disable=unused-argument function
522 return model.predict_on_batch(x)
524 f = predict_on_batch
H A Dtraining.py1914 def predict_on_batch(self, x): member in Model
H A Dtraining_v1.py1175 def predict_on_batch(self, x): member in Model
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/distribute/
H A Ddistributed_training_utils_v1.py869 def predict_on_batch(x, y=None, sample_weights=None): function
871 return model.predict_on_batch(x)
873 func = predict_on_batch
/aosp_15_r20/external/tensorflow/
H A DRELEASE.md6179 `Model.test_on_batch`, and `Model.predict_on_batch` methods now respect