Home
last modified time | relevance | path

Searched defs:slicing_length (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dstrided_slice.cc91 int64_t slicing_length = 0; in GetSlicingLengthForPositiveStrides() local
115 int64_t slicing_length = 0; in GetSlicingLengthForNegativeStrides() local
139 int64_t slicing_length = 0; in ComputeSlicingLength() local
244 int64_t slicing_length = -1; in DynamicComputeInferShape() local
342 int64_t slicing_length = ComputeSlicingLength(start, finish, strides, x_dim_size); in EllipsisInferShape() local
358 int64_t slicing_length; in ComputeInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dstrided_slice_v2.cc104 int64_t slicing_length = 0; in GetSlicingLengthForPositiveStridesV2() local
131 int64_t slicing_length = 0; in GetSlicingLengthForNegativeStridesV2() local
158 int64_t slicing_length = 0; in ComputeSlicingLengthV2() local
227 int64_t slicing_length = ComputeSlicingLengthV2(start, finish, strides, x_dim_size); in EllipsisInferShapeV2() local
250 int64_t slicing_length; in ComputeInferShapeV2() local
323 int64_t slicing_length = -1; in DynamicComputeInferShapeV2() local