package tensorflow

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

Innovation. Community. Security.