Home
last modified time | relevance | path

Searched refs:scalar_floordiv (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dfloordiv_impl.py33 return F.scalar_floordiv(x, y)
/third_party/mindspore/mindspore/ops/
Dfunctional.py197 scalar_floordiv = Primitive(_constants.kScalarFloordiv) variable
/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py1471 def scalar_floordiv(x, y): function