package tensorflow

  1. Overview
  2. Docs
type t = {
  1. mutable node_name : string option;
  2. mutable all_start_micros : All_piqi.protobuf_int64 option;
  3. mutable op_start_rel_micros : All_piqi.protobuf_int64 option;
  4. mutable op_end_rel_micros : All_piqi.protobuf_int64 option;
  5. mutable all_end_rel_micros : All_piqi.protobuf_int64 option;
  6. mutable memory : All_piqi.allocator_memory_used list;
  7. mutable output : All_piqi.node_output list;
  8. mutable timeline_label : string option;
  9. mutable scheduled_micros : All_piqi.protobuf_int64 option;
  10. mutable thread_id : All_piqi.uint32 option;
  11. mutable referenced_tensor : All_piqi.allocation_description list;
}
OCaml

Innovation. Community. Security.