Module Owl_parallel.Make_Distributed_Any
Parameters
Signature
type distr_arr = {mutable id : string;mutable shape : int array;mutable c_start : int array;mutable c_len : int array;mutable workers : string array;
}val make_distr_arr :
string ->
int array ->
int array ->
int array ->
string array ->
distr_arrval divide_to_chunks : int array -> int -> (int * int) arrayval distributed_create : (int array -> 'a) -> int array -> distr_arr