Contents

BNNSGraph.Builder.PoolingFunction.average(includePadding:)

A function for pooling that computes the average of each element in the pooling kernel.

Declaration

case average(includePadding: Bool)

Discussion

Set includePadding to true to specify that zero-padding is included in the average calculation.