mlx_array_item_float64 function
Access the value of a scalar array.
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Double>, mlx_array)>()
external int mlx_array_item_float64(ffi.Pointer<ffi.Double> res, mlx_array arr);
Access the value of a scalar array.
@ffi.Native<ffi.Int Function(ffi.Pointer<ffi.Double>, mlx_array)>()
external int mlx_array_item_float64(ffi.Pointer<ffi.Double> res, mlx_array arr);