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