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