mlx.core.expand_dims# expand_dims(a: array, /, axis: int | Sequence[int], *, stream: None | Stream | Device = None) → array# Add a size one dimension at the given axis. 参数: a (array) -- Input array. axes (int or tuple(int)) -- The index of the inserted dimensions. 返回: The array with inserted dimensions. 返回类型: array