Contents

ceilMode

Affects how the graph computes the output size.

Declaration

var ceilMode: Bool { get set }

Discussion

If set to YES then output size is computed by rounding up instead of down when dividing input size by stride. Default value: NO.