mlx_trace function
int
mlx_trace(
- Pointer<
mlx_array> res, - mlx_array a,
- int offset,
- int axis1,
- int axis2,
- mlx_dtype_ dtype,
- mlx_stream s,
Implementation
int mlx_trace(
ffi.Pointer<mlx_array> res,
mlx_array a,
int offset,
int axis1,
int axis2,
mlx_dtype_ dtype,
mlx_stream s,
) => _mlx_trace(res, a, offset, axis1, axis2, dtype.value, s);