Contents

BNNSLossReductionMean

Sums the loss of all samples in the batch and divides by the number of samples.

Declaration

var BNNSLossReductionMean: BNNSLossReductionFunction { get }

Discussion

BNNSLossReductionMean sums the loss of all samples in the batch and divides by number of samples.

See Also

Reduction Functions