mlx.core.square# mlx.core.square(a: array, /, *, stream: Union[None, Stream, Device] = None) → array# Element-wise square. Parameters: a (array) – Input array. Returns: The square of a. Return type: array