elu method

MLOperand elu([
  1. MLOperand? x,
  2. MLEluOptions? options
])

Implementation

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