reshape method

MLOperand reshape(
  1. MLOperand input,
  2. Iterable<int> newShape
)

Implementation

MLOperand reshape(MLOperand input, Iterable<int> newShape) =>
    js_util.callMethod(this, 'reshape', [input, newShape]);