Skip to contents

Restores an array saved with mlx_save().

Usage

mlx_load(file)

Arguments

file

Path to a .npy file. The extension is appended automatically when missing.

Value

An mlx array containing the file contents.