Home
last modified time | relevance | path

Searched refs:floormod (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_mathbinary.c52 static float floormod(float src0, float src1) in floormod() function
188 … math_binary_not_commutative(floormod, params, input, output, operands, input_operand_indexes); in ff_dnn_execute_layer_math_binary()
/third_party/mindspore/mindspore/ops/
Dfunctional.py73 floormod = tensor_mod variable
/third_party/mindspore/tests/ut/python/parallel/
Dtest_arithmetic.py154 self.floormod = P.FloorMod().shard(strategy2)
158 out = self.floormod(out, b)
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
D_compile_utils.py114 return F.floormod(self, other)