squeeze method

MLOperand squeeze(
  1. MLOperand input, [
  2. MLSqueezeOptions? options
])

Implementation

MLOperand squeeze(MLOperand input, [MLSqueezeOptions? options]) =>
    js_util.callMethod(this, 'squeeze', [input, options]);