Home
last modified time | relevance | path

Searched +defs:cov +defs:diff (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/
Dmath_ops.py1905 def diff(a, n=1, axis=-1, prepend=None, append=None): function
2304 def cov(m, y=None, rowvar=True, bias=False, ddof=None, fweights=None, aweights=None, dtype=None): function
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp240 } diff; member
1019 int cov[6] = {0, 0, 0, 0, 0, 0}; in selectEndPointPCA() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dmath_func.py1407 def cov(input, *, correction=1, fweights=None, aweights=None): function
5652 def diff(x, n=1, axis=-1, prepend=None, append=None): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py3760 def cov(x, *, correction=1, fweights=None, aweights=None): function
4292 def diff(x, n=1, axis=-1, prepend=None, append=None): function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py1624 def cov(self, *, correction=1, fweights=None, aweights=None): member in Tensor
2909 def diff(self, n=1, axis=-1, prepend=None, append=None): member in Tensor