Home
last modified time | relevance | path

Searched defs:FloorMod (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dfloor_mod.h31 FloorMod() : PrimitiveC(kNameFloorMod) { InitIOName({"x", "y"}, {"output"}); } in FloorMod() function
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/
Darithmetic_tests.cc145 TEST_F(TestOpenCL_Arithmetic, FloorMod) { in TEST_F() argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_cpu_kernel.cc290 void ArithmeticCPUKernel<T>::FloorMod(const T *input1, const T *input2, T *out) const { in FloorMod() function in mindspore::kernel::ArithmeticCPUKernel
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py2941 class FloorMod(_MathBinaryOp): class