Searched +defs:cov +defs:diff (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/ |
| D | math_ops.py | 1905 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/ |
| D | loadimage_etc.cpp | 240 } 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/ |
| D | math_func.py | 1407 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/ |
| D | standard_method.py | 3760 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/ |
| D | tensor.py | 1624 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
|