![]() |
A structure that holds the output of a tff.learning.reconstruction.Model
.
tff.learning.reconstruction.BatchOutput(
predictions, labels, num_examples
)
Attributes | |
---|---|
predictions
|
A tf.Tensor of predictions on the examples.
|
labels
|
A tf.Tensor of labels for the examples.
|
num_examples
|
A tf.int32 scalar number of examples seen in the batch.
|