Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dstrided_slice.cc56 const std::vector<int64_t> &begin_v, const std::vector<int64_t> &end_v, in EllipsisInferShape()
130 …ctor<int64_t> ComputeInferShape(const PrimitivePtr &primitive, const std::vector<int64_t> &begin_v, in ComputeInferShape()
204 auto begin_v = GetValue<std::vector<int64_t>>(temp_begin_v); in StridedSliceInferShape() local
/third_party/mindspore/mindspore/core/ops/fusion/
Dslice_fusion.cc39 auto begin_v = input_args[kInputIndex1]->BuildValue(); in SliceFusionInfer() local
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py3273 def _compute_slicing_shape(self, x_shape, begin_v, end_v, strides_v): argument