sigmoid method

MLOperand sigmoid([
  1. MLOperand? x
])

Implementation

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