package tensorflow

  1. Overview
  2. Docs
type uint64 = int64
type float32 = float
type uint32 = int32
type float64 = float
type protobuf_int64 = int64
type binary = string
type uint64_fixed = uint64
type protobuf_int32 = int32
type bus_adjacency = [
  1. | `bus_0
  2. | `bus_1
  3. | `bus_any
  4. | `bus_num_adjacencies
]
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_int16
  14. | `dt_int16_ref
  15. | `dt_int32
  16. | `dt_int32_ref
  17. | `dt_int64
  18. | `dt_int64_ref
  19. | `dt_int8
  20. | `dt_int8_ref
  21. | `dt_invalid
  22. | `dt_qint16
  23. | `dt_qint16_ref
  24. | `dt_qint32
  25. | `dt_qint32_ref
  26. | `dt_qint8
  27. | `dt_qint8_ref
  28. | `dt_quint16
  29. | `dt_quint16_ref
  30. | `dt_quint8
  31. | `dt_quint8_ref
  32. | `dt_string
  33. | `dt_string_ref
  34. | `dt_uint16
  35. | `dt_uint16_ref
  36. | `dt_uint8
  37. | `dt_uint8_ref
]
type allocation_description = Allocation_description.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 device_attributes = Device_attributes.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 graph_def = Graph_def.t
type node_def = Node_def.t
type node_def_attr_entry = Node_def_attr_entry.t
type kernel_def = Kernel_def.t
type kernel_def_attr_constraint = Kernel_def_attr_constraint.t
type memory_log_step = Memory_log_step.t
type memory_log_tensor_allocation = Memory_log_tensor_allocation.t
type memory_log_tensor_deallocation = Memory_log_tensor_deallocation.t
type memory_log_tensor_output = Memory_log_tensor_output.t
type memory_log_raw_allocation = Memory_log_raw_allocation.t
type memory_log_raw_deallocation = Memory_log_raw_deallocation.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_list = Op_list.t
type allocator_memory_used = Allocator_memory_used.t
type node_output = Node_output.t
type node_exec_stats = Node_exec_stats.t
type device_step_stats = Device_step_stats.t
type step_stats = Step_stats.t
type histogram_proto = Histogram_proto.t
type summary = Summary.t
type summary_image = Summary_image.t
type summary_value = Summary_value.t
type tensor_description = Tensor_description.t
type tensor_proto = Tensor_proto.t
type tensor_shape_proto = Tensor_shape_proto.t
type tensor_shape_proto_dim = Tensor_shape_proto_dim.t
type tensor_slice_proto = Tensor_slice_proto.t
type tensor_slice_proto_extent = Tensor_slice_proto_extent.t
type variable_def = Variable_def.t
type save_slice_info_def = Save_slice_info_def.t
type version_def = Version_def.t
OCaml

Innovation. Community. Security.