mlx_array_set_float function
Set array to a float scalar.
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_array>, ffi.Float)>()
external int mlx_array_set_float(ffi.Pointer<mlx_array> arr, double val);
Set array to a float scalar.
@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_array>, ffi.Float)>()
external int mlx_array_set_float(ffi.Pointer<mlx_array> arr, double val);