Home
last modified time | relevance | path

Searched refs:scatter_nd (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ops/_grad_experimental/
Dgrad_array_ops.py65 scatter_nd = P.ScatterNd()
72 scattered_out_indicators = scatter_nd(indices, out_indicators, shape(x))
/third_party/mindspore/mindspore/ops/
Dfunctional.py134 scatter_nd = P.ScatterNd() variable
/third_party/mindspore/mindspore/ops/_op_impl/tbe/
D__init__.py104 from .scatter_nd import _scatter_nd_tbe
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_nn_ops.py131 scatter_nd = P.ScatterNd()
159 sp_tensor = scatter_nd(idx_tensor, fill(dtype(dout), (out_indices_num,), 1), sp_shape)