mlx_array_item_complex64 function
- @Native<Int Function(Pointer<
mlx_complex64_t> , mlx_array)>(ffi.Pointer<mlx_complex64_t>, mlx_array)>()
- Pointer<
mlx_complex64_t> res, - mlx_array arr
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<mlx_complex64_t>, mlx_array)>()
external int mlx_array_item_complex64(
ffi.Pointer<mlx_complex64_t> res,
mlx_array arr,
);