Searched defs:_check_scatter_shape (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/mindspore/ops/operations/ |
| D | array_ops.py | 52 def _check_scatter_shape(self, x_shape, indices_shape, updates_shape, prim_name): member in _ScatterOp 86 def _check_scatter_shape(self, x_shape, indices_shape, updates_shape, prim_name): member in _ScatterOpDynamic 120 def _check_scatter_shape(self, x_shape, indices_shape, updates_shape, prim_name): member in _ScatterNdOp
|