Home
last modified time | relevance | path

Searched defs:floor_divide (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dmath_util.h26 INT_T floor_divide(INT_T a, INT_T b) { in floor_divide() function
39 FLOAT_T floor_divide(FLOAT_T a, FLOAT_T b) { in floor_divide() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp978 Tensor floor_divide(const Tensor& self, const Tensor& other) { in floor_divide() function
1510 Tensor floor_divide(const Tensor& self, const Scalar& other) { in floor_divide() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py134 def floor_divide(x1, x2): # pylint: disable=missing-function-docstring function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1284 def floor_divide( function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py4970 def floor_divide(self, other): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py492 def floor_divide(g: jit_utils.GraphContext, self, other): function