Searched defs:begin_v (Results 1 – 3 of 3) sorted by relevance
56 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
39 auto begin_v = input_args[kInputIndex1]->BuildValue(); in SliceFusionInfer() local
3273 def _compute_slicing_shape(self, x_shape, begin_v, end_v, strides_v): argument