linear method

MLOperand linear([
  1. MLOperand? x,
  2. MLLinearOptions? options
])

Implementation

MLOperand linear([MLOperand? x, MLLinearOptions? options]) =>
    js_util.callMethod(this, 'linear', [x, options]);