Mojo module
pad
Functions
-
pad_constant
: Filloutput
with values frominput
, and edges padded withconstant
based onpaddings
. -
pad_reflect
: Filloutput
with values frominput
, and edges padded with reflected values from the unpadded region. -
pad_repeat
: Filloutput
with values frominput
, and edges padded boundary values from the unpadded region. -
pad_shape
: Compute the output shape of apad
operation, and assert the inputs are compatible.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!