softplus method

MLOperand softplus([
  1. MLOperand? x,
  2. MLSoftplusOptions? options
])

Implementation

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