package tensorboard
Install
dune-project
Dependency
Authors
Maintainers
Sources
md5=91035b4a9827fdf6e2fb61d0edb1bb2c
sha512=7f09994c0bb844429b795b971ae3bacd927eae4854a4efc36dbf8d6f4ea24e7f05f754f7191747e32b4fef1922589d1db8d2622147a1706efe7e79201329400b
doc/tensorboard.protobuf/Tensorboard_protobuf/Event_types/index.html
Module Tensorboard_protobuf.Event_typesSource
event.proto Types
Types
type session_log = {status : session_log_session_status;checkpoint_path : string;msg : string;
}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
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;
}Default values
default_log_message_level () is the default value for type log_message_level
default_log_message () is the default value for type log_message
default_session_log_session_status () is the default value for type session_log_session_status
val default_session_log :
?status:session_log_session_status ->
?checkpoint_path:string ->
?msg:string ->
unit ->
session_logdefault_session_log () is the default value for type session_log
val default_tagged_run_metadata :
?tag:string ->
?run_metadata:bytes ->
unit ->
tagged_run_metadatadefault_tagged_run_metadata () is the default value for type tagged_run_metadata
default_event_what () is the default value for type event_what
default_event () is the default value for type event
default_worker_health () is the default value for type worker_health
default_worker_shutdown_mode () is the default value for type worker_shutdown_mode
default_watchdog_config () is the default value for type watchdog_config
val default_worker_heartbeat_request :
?shutdown_mode:worker_shutdown_mode ->
?watchdog_config:watchdog_config option ->
unit ->
worker_heartbeat_requestdefault_worker_heartbeat_request () is the default value for type worker_heartbeat_request
val default_worker_heartbeat_response :
?health_status:worker_health ->
?worker_log:event list ->
?hostname:string ->
unit ->
worker_heartbeat_responsedefault_worker_heartbeat_response () is the default value for type worker_heartbeat_response