mlx_meshgrid function
- @Native<Int Function(Pointer<
mlx_vector_array> , mlx_vector_array, Bool, Pointer<Char> , mlx_stream)>(ffi.Pointer<mlx_vector_array>, mlx_vector_array, ffi.Bool, ffi.Pointer<ffi.Char>, mlx_stream)>()
- Pointer<
mlx_vector_array> res, - mlx_vector_array arrays,
- bool sparse,
- Pointer<
Char> indexing, - mlx_stream s,
Implementation
@ffi.Native<
ffi.Int Function(
ffi.Pointer<mlx_vector_array>,
mlx_vector_array,
ffi.Bool,
ffi.Pointer<ffi.Char>,
mlx_stream,
)
>()
external int mlx_meshgrid(
ffi.Pointer<mlx_vector_array> res,
mlx_vector_array arrays,
bool sparse,
ffi.Pointer<ffi.Char> indexing,
mlx_stream s,
);