package tensorflow

  1. Overview
  2. Docs
type float32 = float
type float64 = float
type protobuf_int64 = int64
type protobuf_int32 = int32
type binary = string
type data_type = [
  1. | `dt_bfloat16
  2. | `dt_bfloat16_ref
  3. | `dt_bool
  4. | `dt_bool_ref
  5. | `dt_complex128
  6. | `dt_complex128_ref
  7. | `dt_complex64
  8. | `dt_complex64_ref
  9. | `dt_double
  10. | `dt_double_ref
  11. | `dt_float
  12. | `dt_float_ref
  13. | `dt_half
  14. | `dt_half_ref
  15. | `dt_int16
  16. | `dt_int16_ref
  17. | `dt_int32
  18. | `dt_int32_ref
  19. | `dt_int64
  20. | `dt_int64_ref
  21. | `dt_int8
  22. | `dt_int8_ref
  23. | `dt_invalid
  24. | `dt_qint16
  25. | `dt_qint16_ref
  26. | `dt_qint32
  27. | `dt_qint32_ref
  28. | `dt_qint8
  29. | `dt_qint8_ref
  30. | `dt_quint16
  31. | `dt_quint16_ref
  32. | `dt_quint8
  33. | `dt_quint8_ref
  34. | `dt_string
  35. | `dt_string_ref
  36. | `dt_uint16
  37. | `dt_uint16_ref
  38. | `dt_uint8
  39. | `dt_uint8_ref
]
type tensor_shape_proto = Tensor_shape_proto.t
type tensor_shape_proto_dim = Tensor_shape_proto_dim.t
type tensor_proto = Tensor_proto.t
type attr_value = Attr_value.t
type attr_value_list_value = Attr_value_list_value.t
type name_attr_list = Name_attr_list.t
type name_attr_list_attr_entry = Name_attr_list_attr_entry.t
type op_def = Op_def.t
type op_def_arg_def = Op_def_arg_def.t
type op_def_attr_def = Op_def_attr_def.t
type op_deprecation = Op_deprecation.t
type op_list = Op_list.t
type function_def_library = Function_def_library.t
type function_def = Function_def.t
type function_def_node = Function_def_node.t
type function_def_node_attr_entry = Function_def_node_attr_entry.t
type gradient_def = Gradient_def.t
type version_def = Version_def.t
type graph_def = Graph_def.t
type node_def = Node_def.t
type node_def_attr_entry = Node_def_attr_entry.t
OCaml

Innovation. Community. Security.