A string of op description
The type of padding algorithm.
same and stride 1: output will be of same size as input,
regardless of filter size.valid output will be smaller than input if filter is larger
than 1x1.Optional dimRoundingMode: "floor" | "round" | "ceil"A string from: 'ceil', 'round', 'floor'. If none is provided, it will default to truncate.
unknown padding parameter
Generated using TypeDoc
Check validity of pad when using dimRoundingMode.