package tensorboard
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
No synopsis
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.0.1.tar.gz
md5=91035b4a9827fdf6e2fb61d0edb1bb2c
sha512=7f09994c0bb844429b795b971ae3bacd927eae4854a4efc36dbf8d6f4ea24e7f05f754f7191747e32b4fef1922589d1db8d2622147a1706efe7e79201329400b
doc/tensorboard.protobuf/Tensorboard_protobuf/Summary_types/index.html
Module Tensorboard_protobuf.Summary_typesSource
summary.proto Types
Types
Source
type histogram_proto = {min : float;max : float;num : float;sum : float;sum_squares : float;bucket_limit : float list;bucket : float list;
}Source
type summary_metadata = {plugin_data : summary_metadata_plugin_data option;display_name : string;summary_description : string;
}Source
type summary_audio = {sample_rate : float;num_channels : int64;length_frames : int64;encoded_audio_string : bytes;content_type : string;
}Source
type summary_value_value = | Simple_value of float| Obsolete_old_style_histogram of bytes| Image of summary_image| Histo of histogram_proto| Audio of summary_audio| Tensor of Tensor_types.tensor_proto
Source
and summary_value = {node_name : string;tag : string;metadata : summary_metadata option;value : summary_value_value;
}Default values
default_summary_description () is the default value for type summary_description
Source
val default_histogram_proto :
?min:float ->
?max:float ->
?num:float ->
?sum:float ->
?sum_squares:float ->
?bucket_limit:float list ->
?bucket:float list ->
unit ->
histogram_protodefault_histogram_proto () is the default value for type histogram_proto
Source
val default_summary_metadata_plugin_data :
?plugin_name:string ->
?content:bytes ->
unit ->
summary_metadata_plugin_datadefault_summary_metadata_plugin_data () is the default value for type summary_metadata_plugin_data
Source
val default_summary_metadata :
?plugin_data:summary_metadata_plugin_data option ->
?display_name:string ->
?summary_description:string ->
unit ->
summary_metadatadefault_summary_metadata () is the default value for type summary_metadata
Source
val default_summary_image :
?height:int32 ->
?width:int32 ->
?colorspace:int32 ->
?encoded_image_string:bytes ->
unit ->
summary_imagedefault_summary_image () is the default value for type summary_image
Source
val default_summary_audio :
?sample_rate:float ->
?num_channels:int64 ->
?length_frames:int64 ->
?encoded_audio_string:bytes ->
?content_type:string ->
unit ->
summary_audiodefault_summary_audio () is the default value for type summary_audio
default_summary_value_value () is the default value for type summary_value_value
Source
val default_summary_value :
?node_name:string ->
?tag:string ->
?metadata:summary_metadata option ->
?value:summary_value_value ->
unit ->
summary_valuedefault_summary_value () is the default value for type summary_value
default_summary () is the default value for type summary
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page