crop(Int32, Int32) | Crop input tensor between begin and end coordinates. Under the hood, inserts `opset8::Slice` operation to execution graph. It is recommended to use to together with `ov::preprocess::InputTensorInfo::set_shape` to set original input shape before cropping |
crop(ListInt32, ListInt32) | Crop input tensor between begin and end coordinates. Under the hood, inserts `opset8::Slice` operation to execution graph. It is recommended to use to together with `ov::preprocess::InputTensorInfo::set_shape` to set original input shape before cropping |