softsign method

MLOperand softsign([
  1. MLOperand? x
])

Implementation

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