Home
last modified time | relevance | path

Searched defs:batch2 (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/extend/
Dmath_func.py29 def baddbmm(input, batch1, batch2, beta=1, alpha=1): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_func_addbmm.py25 def construct(self, x, batch1, batch2, alpha=0.1, beta=0.5): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/ops/
Dtest_math_ops.py701 def construct(self, x, batch1, batch2): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dmath_func.py4582 def addbmm(input, batch1, batch2, *, beta=1, alpha=1): argument
8345 def baddbmm(input, batch1, batch2, beta=1, alpha=1): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py3802 def addbmm(x, batch1, batch2, *, beta=1, alpha=1): argument
3851 def baddbmm(x, batch1, batch2, beta=1, alpha=1): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/
Dtensor.py1328 def addbmm(self, batch1, batch2, *, beta=1, alpha=1): argument
1378 def baddbmm(self, batch1, batch2, beta=1, alpha=1): argument