floor_mod_¶
- paddle. floor_mod_ ( x: Tensor, y: Tensor, name: str | None = None ) Tensor
-
Inplace version of
floor_mod_
API, the output Tensor will be inplaced with inputx
. Please refer to floor_mod_.
Inplace version of floor_mod_
API, the output Tensor will be inplaced with input x
. Please refer to floor_mod_.