MLSliceOptions constructor

MLSliceOptions({
  1. Iterable<int>? axes,
})

Implementation

external factory MLSliceOptions({Iterable<int>? axes});