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