reshape function
Implementation
VARP reshape(VARP a, List<int> newShape, {DimensionFormat format = DimensionFormat.NCHW}) =>
F.reshape(a, newShape, format: format);
VARP reshape(VARP a, List<int> newShape, {DimensionFormat format = DimensionFormat.NCHW}) =>
F.reshape(a, newShape, format: format);