mlx.core.inner# mlx.core.inner(a: array, b: array, /, *, stream: Union[None, Stream, Device] = None) → array# Ordinary inner product of vectors for 1-D arrays, in higher dimensions a sum product over the last axes. Parameters: a (array) – Input array b (array) – Input array Returns: The inner product. Return type: result (array)