Searched defs:input_slice (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/composite/multitype_ops/ |
| D | setitem_impl.py | 441 def _tensor_setitem_by_slice_with_tensor(data, input_slice, value): argument 463 def _tensor_setitem_by_slice_with_number(data, input_slice, value): argument 485 def _tensor_setitem_by_slice_with_list(data, input_slice, value): argument 507 def _tensor_setitem_by_slice_with_tuple(data, input_slice, value): argument
|
| D | _constexpr_utils.py | 389 def slice2indices(input_slice, shape): argument 685 def get_step_from_slice(input_slice): argument 694 def normalize_slice(input_slice, dim_size): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/ |
| D | config_infos.cc | 82 for (auto &input_slice : input_slices) { in ParseInputShape() local
|