expand_dimsΒΆ
Expands the shape of an array by inserting a new axis (dimension) of size one at the position specified by axis.
Abstract Signature:
expand_dims(x: array, axis: int)
Expands the shape of an array by inserting a new axis (dimension) of size one at the position specified by axis.
Abstract Signature:
expand_dims(x: array, axis: int)