mlx_full function
int
mlx_full(
- Pointer<
mlx_array> res, - Pointer<
Int> shape, - int shape_num,
- mlx_array vals,
- mlx_dtype_ dtype,
- mlx_stream s,
Implementation
int mlx_full(
ffi.Pointer<mlx_array> res,
ffi.Pointer<ffi.Int> shape,
int shape_num,
mlx_array vals,
mlx_dtype_ dtype,
mlx_stream s,
) => _mlx_full(res, shape, shape_num, vals, dtype.value, s);