predict_on_batch

FullyConnected.predict_on_batch(x)

Returns predictions for a single batch of samples.

Parameters:

x – Input data. It must be array-like.

Returns:

NumPy array(s) of predictions.