Mojo module
pad
Functionsβ
- β
modulo_inc: Returns '(cnt+1)%modulo', provided that 'cnt' is initialized to zero and all the increments are via this function. - β
pad_constant: Filloutputwith values frominput, and edges padded withconstantbased onpaddings. - β
pad_reflect: Filloutputwith values frominput, and edges padded with reflected values from the unpadded region. - β
pad_repeat: Filloutputwith values frominput, and edges padded boundary values from the unpadded region. - β
pad_shape: Compute the output shape of apadoperation, 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!