package tensorflow

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

Innovation. Community. Security.