ceilMode
Affects how MPSGraph computes the output size: if set to YES then output size is computed by rounding up instead of down when dividing input size by stride.
Declaration
var ceilMode: Bool { get set }Discussion
Default value: NO.
Affects how MPSGraph computes the output size: if set to YES then output size is computed by rounding up instead of down when dividing input size by stride.
var ceilMode: Bool { get set }Default value: NO.