tanh method

MLOperand tanh([
  1. MLOperand? x
])

Implementation

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