concat method

MLOperand concat(
  1. Iterable<MLOperand> inputs,
  2. int axis
)

Implementation

MLOperand concat(Iterable<MLOperand> inputs, int axis) =>
    js_util.callMethod(this, 'concat', [inputs, axis]);