Home
last modified time | relevance | path

Searched refs:shrink_axis_pos (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dstrided_slice.cc70 …std::vector<int64_t> shrink_axis_pos = TenToTwo(GetValue<int64_t>(primitive->GetAttr(kShrinkAxisMa… in EllipsisInferShape() local
103 if (j < shrink_axis_pos.size() && shrink_axis_pos[j] == 1) { in EllipsisInferShape()
137 …std::vector<int64_t> shrink_axis_pos = TenToTwo(GetValue<int64_t>(primitive->GetAttr(kShrinkAxisMa… in ComputeInferShape() local
173 if (j < shrink_axis_pos.size() && shrink_axis_pos[j] == 1) { in ComputeInferShape()
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py3283 shrink_axis_pos = bin(self.shrink_axis_mask)[-1:1:-1]
3304 if j < len(shrink_axis_pos) and shrink_axis_pos[j] == '1':
3340 if j < len(shrink_axis_pos) and shrink_axis_pos[j] == '1':