package owl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module M : Ndarray_Any
module E : Mapre_Engine

Signature

type distr_arr = {
  1. mutable id : string;
  2. mutable shape : int array;
  3. mutable c_start : int array;
  4. mutable c_len : int array;
  5. mutable workers : string array;
}
val make_distr_arr : string -> int array -> int array -> int array -> string array -> distr_arr
val divide_to_chunks : int array -> int -> (int * int) array
val distributed_create : (int array -> 'a) -> int array -> distr_arr