mlx_full_like function
int
mlx_full_like(
- Pointer<
mlx_array> res, - mlx_array a,
- mlx_array vals,
- mlx_dtype_ dtype,
- mlx_stream s,
Implementation
int mlx_full_like(
ffi.Pointer<mlx_array> res,
mlx_array a,
mlx_array vals,
mlx_dtype_ dtype,
mlx_stream s,
) => _mlx_full_like(res, a, vals, dtype.value, s);