package tensorboard
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
No synopsis
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.0.1.tar.gz
md5=91035b4a9827fdf6e2fb61d0edb1bb2c
sha512=7f09994c0bb844429b795b971ae3bacd927eae4854a4efc36dbf8d6f4ea24e7f05f754f7191747e32b4fef1922589d1db8d2622147a1706efe7e79201329400b
doc/src/tensorboard.protobuf/event_types.ml.html
Source file event_types.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142[@@@ocaml.warning "-27-30-39"] type log_message_level = | Unknown | Debugging | Info | Warn | Error | Fatal type log_message = { level : log_message_level; message : string; } type session_log_session_status = | Status_unspecified | Start | Stop | Checkpoint type session_log = { status : session_log_session_status; checkpoint_path : string; msg : string; } type tagged_run_metadata = { tag : string; run_metadata : bytes; } type event_what = | File_version of string | Graph_def of bytes | Summary of Summary_types.summary | Log_message of log_message | Session_log of session_log | Tagged_run_metadata of tagged_run_metadata | Meta_graph_def of bytes and event = { wall_time : float; step : int64; what : event_what; } type worker_health = | Ok | Received_shutdown_signal | Internal_error type worker_shutdown_mode = | Default | Shutdown_immediately | Wait_for_coordinator type watchdog_config = { timeout_ms : int64; } type worker_heartbeat_request = { shutdown_mode : worker_shutdown_mode; watchdog_config : watchdog_config option; } type worker_heartbeat_response = { health_status : worker_health; worker_log : event list; hostname : string; } let rec default_log_message_level () = (Unknown:log_message_level) let rec default_log_message ?level:((level:log_message_level) = default_log_message_level ()) ?message:((message:string) = "") () : log_message = { level; message; } let rec default_session_log_session_status () = (Status_unspecified:session_log_session_status) let rec default_session_log ?status:((status:session_log_session_status) = default_session_log_session_status ()) ?checkpoint_path:((checkpoint_path:string) = "") ?msg:((msg:string) = "") () : session_log = { status; checkpoint_path; msg; } let rec default_tagged_run_metadata ?tag:((tag:string) = "") ?run_metadata:((run_metadata:bytes) = Bytes.create 0) () : tagged_run_metadata = { tag; run_metadata; } let rec default_event_what () : event_what = File_version ("") and default_event ?wall_time:((wall_time:float) = 0.) ?step:((step:int64) = 0L) ?what:((what:event_what) = File_version ("")) () : event = { wall_time; step; what; } let rec default_worker_health () = (Ok:worker_health) let rec default_worker_shutdown_mode () = (Default:worker_shutdown_mode) let rec default_watchdog_config ?timeout_ms:((timeout_ms:int64) = 0L) () : watchdog_config = { timeout_ms; } let rec default_worker_heartbeat_request ?shutdown_mode:((shutdown_mode:worker_shutdown_mode) = default_worker_shutdown_mode ()) ?watchdog_config:((watchdog_config:watchdog_config option) = None) () : worker_heartbeat_request = { shutdown_mode; watchdog_config; } let rec default_worker_heartbeat_response ?health_status:((health_status:worker_health) = default_worker_health ()) ?worker_log:((worker_log:event list) = []) ?hostname:((hostname:string) = "") () : worker_heartbeat_response = { health_status; worker_log; hostname; }
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>