hardSwish method

MLOperand hardSwish([
  1. MLOperand? x
])

Implementation

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