package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable s : Graph_piqi.binary option;
  2. mutable i : Graph_piqi.protobuf_int64 option;
  3. mutable f : Graph_piqi.float32 option;
  4. mutable b : bool option;
  5. mutable type_ : Graph_piqi.data_type option;
  6. mutable shape : Graph_piqi.tensor_shape_proto option;
  7. mutable tensor : Graph_piqi.tensor_proto option;
  8. mutable list : Graph_piqi.attr_value_list_value option;
  9. mutable func : Graph_piqi.name_attr_list option;
  10. mutable placeholder : string option;
}
OCaml

Innovation. Community. Security.