MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / predict_on_batch

Function predict_on_batch

tensorflow/python/keras/engine/training_generator.py:534–535  ·  view source on GitHub ↗
(x, y=None, sample_weights=None)

Source from the content-addressed store, hash-verified

532 # Match signature of other modes to allow
533 # 1, 2, or 3-tuples from generator
534 def predict_on_batch(x, y=None, sample_weights=None): # pylint: disable=unused-argument
535 return model.predict_on_batch(x)
536
537 f = predict_on_batch
538

Callers

nothing calls this directly

Calls 1

predict_on_batchMethod · 0.80

Tested by

no test coverage detected