softmax method

MLOperand softmax(
  1. MLOperand x
)

Implementation

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