Searched refs:predict_on_batch (Results 1 – 15 of 15) sorted by relevance
530 def predict_on_batch(x, y=None, sample_weights=None): # pylint: disable=unused-argument function531 return model.predict_on_batch(x)533 f = predict_on_batch
470 out = model.predict_on_batch({1875 out = model.predict_on_batch({'input_b': input_b_np})1914 out = model.predict_on_batch(None)1952 out = model.predict_on_batch(None)2076 out = model.predict_on_batch(None)2118 out = model.predict_on_batch(None)
1331 def predict_on_batch(self, x): member in Model
207 {model.output_names[0]: model.predict_on_batch(inputs)},
154 y_ref = model.predict_on_batch([x_test, self.query, self.state])162 y = loaded_model.predict_on_batch([x_test, self.query, self.state])
245 name: "predict_on_batch"
258 name: "predict_on_batch"
250 name: "predict_on_batch"
797 model.predict_on_batch([x1, x2])