Home
last modified time | relevance | path

Searched defs:TensorAdd (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/st/ops/cpu/
Dtest_tensoradd.py26 class TensorAdd(nn.Cell): class
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py203 class TensorAdd(_MathBinaryOp): class