leakyRelu method

MLOperand leakyRelu([
  1. MLOperand? x,
  2. MLLeakyReluOptions? options
])

Implementation

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