mlx_distributed_group_rank function

  1. @Native<Int Function(mlx_distributed_group)>(mlx_distributed_group)>()
int mlx_distributed_group_rank(
  1. mlx_distributed_group group
)

Get the rank.

Implementation

@ffi.Native<ffi.Int Function(mlx_distributed_group)>()
external int mlx_distributed_group_rank(mlx_distributed_group group);