Home
last modified time | relevance | path

Searched defs:AddN (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Daddn.h33 AddN() : PrimitiveC(kNameAddN) { InitIOName({"inputs"}, {"sum"}); } in AddN() function
/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Daddn.py21 class AddN(Expander): class
/third_party/mindspore/tests/st/ops/ascend/
Dtest_addn.py53 class AddN(nn.Cell): class
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py1353 class AddN(Primitive): class