Home
last modified time | relevance | path

Searched defs:tensor_scatter_update (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dtensor_scatter_update_fission.cc25 CNodePtr CreateTensorMove(const FuncGraphPtr &graph, const CNodePtr &tensor_scatter_update) { in CreateTensorMove()
38 CNodePtr CreateScatterNdUpdate(const FuncGraphPtr &graph, const CNodePtr &tensor_scatter_update, in CreateScatterNdUpdate()
63 auto tensor_scatter_update = node->cast<CNodePtr>(); in Process() local
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dtensor_scatter_update_fission_test.py19 tensor_scatter_update = P.TensorScatterUpdate() variable
/third_party/mindspore/mindspore/ops/
Dfunctional.py139 tensor_scatter_update = P.TensorScatterUpdate() variable