Searched refs:predict_on_batch (Results 1 – 5 of 5) sorted by relevance
521 def predict_on_batch(x, y=None, sample_weights=None): # pylint: disable=unused-argument function522 return model.predict_on_batch(x)524 f = predict_on_batch
1914 def predict_on_batch(self, x): member in Model
1175 def predict_on_batch(self, x): member in Model
869 def predict_on_batch(x, y=None, sample_weights=None): function871 return model.predict_on_batch(x)873 func = predict_on_batch
6179 `Model.test_on_batch`, and `Model.predict_on_batch` methods now respect