relu method

MLOperand relu([
  1. MLOperand? x
])

Implementation

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