Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/ops/graph_kernel/
Dtest_assign_add.py44 def assign_add(): function
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dinsert_tensor_move_for_hccl_op.py26 assign_add = P.AssignAdd() variable
/third_party/mindspore/mindspore/ops/
Dfunctional.py86 assign_add = P.AssignAdd() variable
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc680 auto assign_add = std::make_shared<Primitive>(kAssignAddOpName); in CreateStreamAssignAddnOP() local