mlx_vector_vector_array_free function

  1. @Native<Int Function(mlx_vector_vector_array)>(mlx_vector_vector_array)>()
int mlx_vector_vector_array_free(
  1. mlx_vector_vector_array vec
)

Implementation

@ffi.Native<ffi.Int Function(mlx_vector_vector_array)>()
external int mlx_vector_vector_array_free(mlx_vector_vector_array vec);