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