Searched defs:floor_divide (Results 1 – 6 of 6) sorted by relevance
26 INT_T floor_divide(INT_T a, INT_T b) { in floor_divide() function39 FLOAT_T floor_divide(FLOAT_T a, FLOAT_T b) { in floor_divide() function
978 Tensor floor_divide(const Tensor& self, const Tensor& other) { in floor_divide() function1510 Tensor floor_divide(const Tensor& self, const Scalar& other) { in floor_divide() function
134 def floor_divide(x1, x2): # pylint: disable=missing-function-docstring function
1284 def floor_divide( function
4970 def floor_divide(self, other): function
492 def floor_divide(g: jit_utils.GraphContext, self, other): function