Home
last modified time | relevance | path

Searched defs:histc (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dmath_func.py3946 def histc(input, bins=100, min=0., max=0.): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py229 def histc(x, bins=100, min=0., max=0.): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py1106 def histc(self, bins=100, min=0., max=0.): member in Tensor