package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable dtype : Graph_piqi.data_type option;
  2. mutable tensor_shape : Graph_piqi.tensor_shape_proto option;
  3. mutable version_number : Graph_piqi.protobuf_int32 option;
  4. mutable tensor_content : Graph_piqi.binary option;
  5. mutable half_val : Graph_piqi.protobuf_int32 list;
  6. mutable float_val : Graph_piqi.float32 list;
  7. mutable double_val : Graph_piqi.float64 list;
  8. mutable int_val : Graph_piqi.protobuf_int32 list;
  9. mutable string_val : Graph_piqi.binary list;
  10. mutable scomplex_val : Graph_piqi.float32 list;
  11. mutable int64_val : Graph_piqi.protobuf_int64 list;
  12. mutable bool_val : bool list;
  13. mutable dcomplex_val : Graph_piqi.float64 list;
}
OCaml

Innovation. Community. Security.