package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable s : All_piqi.binary list;
  2. mutable i : All_piqi.protobuf_int64 list;
  3. mutable f : All_piqi.float32 list;
  4. mutable b : bool list;
  5. mutable type_ : All_piqi.data_type list;
  6. mutable shape : All_piqi.tensor_shape_proto list;
  7. mutable tensor : All_piqi.tensor_proto list;
}
OCaml

Innovation. Community. Security.