hardSigmoid method

MLOperand hardSigmoid([
  1. MLOperand? x,
  2. MLHardSigmoidOptions? options
])

Implementation

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