package nx

  1. Overview
  2. Docs

Module Npy.Batch_writerSource

Sourceval header_len : int
Sourcetype t = {
  1. file_descr : Unix.file_descr;
  2. mutable bytes_written_so_far : int;
  3. mutable dims_and_packed_kind : (int array * packed_kind) option;
}
Sourceval append : t -> ('a, 'b, 'c) Stdlib.Bigarray.Genarray.t -> unit
Sourceval create : string -> t
Sourceval close : t -> unit
OCaml

Innovation. Community. Security.