split method

Iterable<MLOperand> split(
  1. MLOperand input,
  2. dynamic splits, [
  3. MLSplitOptions? options
])

Implementation

Iterable<MLOperand> split(MLOperand input, dynamic splits,
        [MLSplitOptions? options]) =>
    js_util.callMethod(this, 'split', [input, splits, options]);