package tensorflow

  1. Overview
  2. Docs
module Graph_piqi : sig ... end
module Op_def : sig ... end
module Op_def_arg_def : sig ... end
module Op_def_attr_def : sig ... end
module Op_list : sig ... end
module Function_def_library : sig ... end
module Function_def : sig ... end
module Function_def_node : sig ... end
module Function_def_node_attr_entry : sig ... end
module Gradient_def : sig ... end
module Version_def : sig ... end
module Tensor_proto : sig ... end
module Tensor_shape_proto : sig ... end
module Tensor_shape_proto_dim : sig ... end
module Attr_value : sig ... end
module Attr_value_list_value : sig ... end
module Name_attr_list : sig ... end
module Name_attr_list_attr_entry : sig ... end
module Graph_def : sig ... end
module Node_def : sig ... end
module Node_def_attr_entry : sig ... end
val parse_int64 : Piqirun.t -> int64
val packed_parse_int64 : Piqirun.IBuf.t -> int64
val parse_int32 : Piqirun.t -> int32
val packed_parse_int32 : Piqirun.IBuf.t -> int32
val parse_string : Piqirun.t -> string
val parse_bool : Piqirun.t -> bool
val packed_parse_bool : Piqirun.IBuf.t -> bool
val parse_protobuf_int64 : Piqirun.t -> Graph_piqi.protobuf_int64
val packed_parse_protobuf_int64 : Piqirun.IBuf.t -> Graph_piqi.protobuf_int64
val parse_protobuf_int32 : Piqirun.t -> Graph_piqi.protobuf_int32
val packed_parse_protobuf_int32 : Piqirun.IBuf.t -> Graph_piqi.protobuf_int32
val parse_binary : Piqirun.t -> Graph_piqi.binary
val parse_float32 : Piqirun.t -> Graph_piqi.float32
val packed_parse_float32 : Piqirun.IBuf.t -> Graph_piqi.float32
val parse_float64 : Piqirun.t -> Graph_piqi.float64
val packed_parse_float64 : Piqirun.IBuf.t -> Graph_piqi.float64
val parse_op_def : Piqirun.t -> Graph_piqi.op_def
val parse_op_def_arg_def : Piqirun.t -> Graph_piqi.op_def_arg_def
val parse_op_def_attr_def : Piqirun.t -> Graph_piqi.op_def_attr_def
val parse_op_list : Piqirun.t -> Op_list.t
val parse_function_def_library : Piqirun.t -> Graph_piqi.function_def_library
val parse_function_def : Piqirun.t -> Graph_piqi.function_def
val parse_function_def_node : Piqirun.t -> Graph_piqi.function_def_node
val parse_function_def_node_attr_entry : Piqirun.t -> Graph_piqi.function_def_node_attr_entry
val parse_gradient_def : Piqirun.t -> Graph_piqi.gradient_def
val parse_version_def : Piqirun.t -> Graph_piqi.version_def
val parse_tensor_proto : Piqirun.t -> Graph_piqi.tensor_proto
val parse_tensor_shape_proto : Piqirun.t -> Graph_piqi.tensor_shape_proto
val parse_tensor_shape_proto_dim : Piqirun.t -> Graph_piqi.tensor_shape_proto_dim
val parse_attr_value : Piqirun.t -> Graph_piqi.attr_value
val parse_attr_value_list_value : Piqirun.t -> Graph_piqi.attr_value_list_value
val parse_name_attr_list : Piqirun.t -> Graph_piqi.name_attr_list
val parse_name_attr_list_attr_entry : Piqirun.t -> Graph_piqi.name_attr_list_attr_entry
val parse_graph_def : Piqirun.t -> Graph_def.t
val parse_node_def : Piqirun.t -> Graph_piqi.node_def
val parse_node_def_attr_entry : Piqirun.t -> Graph_piqi.node_def_attr_entry
val parse_data_type : Piqirun.t -> Graph_piqi.data_type
val packed_parse_data_type : Piqirun.IBuf.t -> Graph_piqi.data_type
val gen__int64 : int -> int64 -> Piqirun.OBuf.t
val packed_gen__int64 : int64 -> Piqirun.OBuf.t
val gen__int32 : int -> int32 -> Piqirun.OBuf.t
val packed_gen__int32 : int32 -> Piqirun.OBuf.t
val gen__string : int -> string -> Piqirun.OBuf.t
val gen__bool : int -> bool -> Piqirun.OBuf.t
val packed_gen__bool : bool -> Piqirun.OBuf.t
val gen__protobuf_int64 : int -> Graph_piqi.protobuf_int64 -> Piqirun.OBuf.t
val packed_gen__protobuf_int64 : Graph_piqi.protobuf_int64 -> Piqirun.OBuf.t
val gen__protobuf_int32 : int -> Int32.t -> Piqirun.OBuf.t
val packed_gen__protobuf_int32 : Int32.t -> Piqirun.OBuf.t
val gen__binary : int -> Graph_piqi.binary -> Piqirun.OBuf.t
val gen__float32 : int -> Graph_piqi.float32 -> Piqirun.OBuf.t
val packed_gen__float32 : Graph_piqi.float32 -> Piqirun.OBuf.t
val gen__float64 : int -> float -> Piqirun.OBuf.t
val packed_gen__float64 : Graph_piqi.float64 -> Piqirun.OBuf.t
val gen__op_def : int -> Graph_piqi.op_def -> Piqirun.OBuf.t
val gen__op_def_arg_def : int -> Graph_piqi.op_def_arg_def -> Piqirun.OBuf.t
val gen__op_def_attr_def : int -> Graph_piqi.op_def_attr_def -> Piqirun.OBuf.t
val gen__op_list : int -> Op_list.t -> Piqirun.OBuf.t
val gen__function_def_library : int -> Graph_piqi.function_def_library -> Piqirun.OBuf.t
val gen__function_def : int -> Graph_piqi.function_def -> Piqirun.OBuf.t
val gen__function_def_node : int -> Graph_piqi.function_def_node -> Piqirun.OBuf.t
val gen__function_def_node_attr_entry : int -> Graph_piqi.function_def_node_attr_entry -> Piqirun.OBuf.t
val gen__gradient_def : int -> Graph_piqi.gradient_def -> Piqirun.OBuf.t
val gen__version_def : int -> Graph_piqi.version_def -> Piqirun.OBuf.t
val gen__tensor_proto : int -> Graph_piqi.tensor_proto -> Piqirun.OBuf.t
val gen__tensor_shape_proto : int -> Graph_piqi.tensor_shape_proto -> Piqirun.OBuf.t
val gen__tensor_shape_proto_dim : int -> Graph_piqi.tensor_shape_proto_dim -> Piqirun.OBuf.t
val gen__attr_value : int -> Graph_piqi.attr_value -> Piqirun.OBuf.t
val gen__attr_value_list_value : int -> Graph_piqi.attr_value_list_value -> Piqirun.OBuf.t
val gen__name_attr_list : int -> Graph_piqi.name_attr_list -> Piqirun.OBuf.t
val gen__name_attr_list_attr_entry : int -> Graph_piqi.name_attr_list_attr_entry -> Piqirun.OBuf.t
val gen__graph_def : int -> Graph_def.t -> Piqirun.OBuf.t
val gen__node_def : int -> Graph_piqi.node_def -> Piqirun.OBuf.t
val gen__node_def_attr_entry : int -> Graph_piqi.node_def_attr_entry -> Piqirun.OBuf.t
val gen__data_type : int -> Graph_piqi.data_type -> Piqirun.OBuf.t
val packed_gen__data_type : Graph_piqi.data_type -> Piqirun.OBuf.t
val gen_int64 : int64 -> Piqirun.OBuf.t
val gen_int32 : int32 -> Piqirun.OBuf.t
val gen_string : string -> Piqirun.OBuf.t
val gen_bool : bool -> Piqirun.OBuf.t
val gen_protobuf_int64 : Graph_piqi.protobuf_int64 -> Piqirun.OBuf.t
val gen_protobuf_int32 : Int32.t -> Piqirun.OBuf.t
val gen_binary : Graph_piqi.binary -> Piqirun.OBuf.t
val gen_float32 : Graph_piqi.float32 -> Piqirun.OBuf.t
val gen_float64 : float -> Piqirun.OBuf.t
val gen_op_def : Graph_piqi.op_def -> Piqirun.OBuf.t
val gen_op_def_arg_def : Graph_piqi.op_def_arg_def -> Piqirun.OBuf.t
val gen_op_def_attr_def : Graph_piqi.op_def_attr_def -> Piqirun.OBuf.t
val gen_op_list : Op_list.t -> Piqirun.OBuf.t
val gen_function_def_library : Graph_piqi.function_def_library -> Piqirun.OBuf.t
val gen_function_def : Graph_piqi.function_def -> Piqirun.OBuf.t
val gen_function_def_node : Graph_piqi.function_def_node -> Piqirun.OBuf.t
val gen_function_def_node_attr_entry : Graph_piqi.function_def_node_attr_entry -> Piqirun.OBuf.t
val gen_gradient_def : Graph_piqi.gradient_def -> Piqirun.OBuf.t
val gen_version_def : Graph_piqi.version_def -> Piqirun.OBuf.t
val gen_tensor_proto : Graph_piqi.tensor_proto -> Piqirun.OBuf.t
val gen_tensor_shape_proto : Graph_piqi.tensor_shape_proto -> Piqirun.OBuf.t
val gen_tensor_shape_proto_dim : Graph_piqi.tensor_shape_proto_dim -> Piqirun.OBuf.t
val gen_attr_value : Graph_piqi.attr_value -> Piqirun.OBuf.t
val gen_attr_value_list_value : Graph_piqi.attr_value_list_value -> Piqirun.OBuf.t
val gen_name_attr_list : Graph_piqi.name_attr_list -> Piqirun.OBuf.t
val gen_name_attr_list_attr_entry : Graph_piqi.name_attr_list_attr_entry -> Piqirun.OBuf.t
val gen_graph_def : Graph_def.t -> Piqirun.OBuf.t
val gen_node_def : Graph_piqi.node_def -> Piqirun.OBuf.t
val gen_node_def_attr_entry : Graph_piqi.node_def_attr_entry -> Piqirun.OBuf.t
val gen_data_type : Graph_piqi.data_type -> Piqirun.OBuf.t
val default_int64 : unit -> int64
val default_int32 : unit -> int32
val default_string : unit -> string
val default_bool : unit -> bool
val default_protobuf_int64 : unit -> int64
val default_protobuf_int32 : unit -> int32
val default_binary : unit -> string
val default_float32 : unit -> float
val default_float64 : unit -> float
val default_op_def : unit -> Op_def.t
val default_op_def_arg_def : unit -> Op_def_arg_def.t
val default_op_def_attr_def : unit -> Op_def_attr_def.t
val default_op_list : unit -> Op_list.t
val default_function_def_library : unit -> Function_def_library.t
val default_function_def : unit -> Function_def.t
val default_function_def_node : unit -> Function_def_node.t
val default_function_def_node_attr_entry : unit -> Function_def_node_attr_entry.t
val default_gradient_def : unit -> Gradient_def.t
val default_version_def : unit -> Version_def.t
val default_tensor_proto : unit -> Tensor_proto.t
val default_tensor_shape_proto : unit -> Tensor_shape_proto.t
val default_tensor_shape_proto_dim : unit -> Tensor_shape_proto_dim.t
val default_attr_value : unit -> Attr_value.t
val default_attr_value_list_value : unit -> Attr_value_list_value.t
val default_name_attr_list : unit -> Name_attr_list.t
val default_name_attr_list_attr_entry : unit -> Name_attr_list_attr_entry.t
val default_graph_def : unit -> Graph_def.t
val default_node_def : unit -> Node_def.t
val default_node_def_attr_entry : unit -> Node_def_attr_entry.t
val default_data_type : unit -> [> `dt_invalid ]
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 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 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 tensor_proto = Tensor_proto.t
type tensor_shape_proto = Tensor_shape_proto.t
type tensor_shape_proto_dim = Tensor_shape_proto_dim.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 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.