واجهة عامة ثابتة Summary.ValueOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
ملخص مجردة. الصوت | الحصول على الصوت () .tensorflow.Summary.Audio audio = 6; |
ملخص مجردة.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
الرسم البياني الملخصProto | الحصول على هيستو () .tensorflow.HistogramProto histo = 5; |
مجردة HistogramProtoOrBuilder | الحصول على HistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
ملخص مجردة.صورة | الحصول على الصورة () .tensorflow.Summary.Image image = 4; |
ملخص مجردة.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
ملخص البيانات الوصفية | الحصول على بيانات التعريف () Contains metadata on the summary value such as which plugins may use it. |
ملخص مجردة MetadataOrBuilder | GetMetadataOrBuilder () Contains metadata on the summary value such as which plugins may use it. |
سلسلة مجردة | الحصول على اسم العقدة () This field is deprecated and will not be set. |
مجردة com.google.protobuf.ByteString | الحصول على NodeNameBytes () This field is deprecated and will not be set. |
مجردة com.google.protobuf.ByteString | getObsoleteOldStyleHistogram () bytes obsolete_old_style_histogram = 3; |
تعويم مجردة | الحصول على قيمة بسيطة () float simple_value = 2; |
سلسلة مجردة | الحصول على علامة () Tag name for the data. |
مجردة com.google.protobuf.ByteString | الحصول على TagBytes () Tag name for the data. |
مجردة TensorProto | الحصول على Tensor () .tensorflow.TensorProto tensor = 8; |
مجردة TensorProtoOrBuilder | الحصول على TensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
ملخص مجردة.Value.ValueCase | |
منطقية مجردة | يحتوي على صوت () .tensorflow.Summary.Audio audio = 6; |
منطقية مجردة | هاهستو () .tensorflow.HistogramProto histo = 5; |
منطقية مجردة | صورة () .tensorflow.Summary.Image image = 4; |
منطقية مجردة | بيانات تعريفية () Contains metadata on the summary value such as which plugins may use it. |
منطقية مجردة | hasTensor () .tensorflow.TensorProto tensor = 8; |
الأساليب العامة
ملخص الملخص العامالبيانات الوصفية getMetadata ()
Contains metadata on the summary value such as which plugins may use it. Take note that many summary values may lack a metadata field. This is because the FileWriter only keeps a metadata object on the first summary value with a certain tag for each tag. TensorBoard then remembers which tags are associated with which plugins. This saves space.
.tensorflow.SummaryMetadata metadata = 9;
الملخص العام MetadataOrBuilder getMetadataOrBuilder ()
Contains metadata on the summary value such as which plugins may use it. Take note that many summary values may lack a metadata field. This is because the FileWriter only keeps a metadata object on the first summary value with a certain tag for each tag. TensorBoard then remembers which tags are associated with which plugins. This saves space.
.tensorflow.SummaryMetadata metadata = 9;
سلسلة مجردة عامة getNodeName ()
This field is deprecated and will not be set.
string node_name = 7;
الملخص العام com.google.protobuf.ByteString getNodeNameBytes ()
This field is deprecated and will not be set.
string node_name = 7;
الملخص العام com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
تعويم الملخص العام getSimpleValue ()
float simple_value = 2;
سلسلة getTag () مجردة عامة
Tag name for the data. Used by TensorBoard plugins to organize data. Tags are often organized by scope (which contains slashes to convey hierarchy). For example: foo/bar/0
string tag = 1;
الملخص العام com.google.protobuf.ByteString getTagBytes ()
Tag name for the data. Used by TensorBoard plugins to organize data. Tags are often organized by scope (which contains slashes to convey hierarchy). For example: foo/bar/0
string tag = 1;
الملخص المنطقي العام hasAudio ()
.tensorflow.Summary.Audio audio = 6;
الملخص المنطقي العام hasHisto ()
.tensorflow.HistogramProto histo = 5;
الملخص المنطقي العام hasImage ()
.tensorflow.Summary.Image image = 4;
الملخص المنطقي العام hasMetadata ()
Contains metadata on the summary value such as which plugins may use it. Take note that many summary values may lack a metadata field. This is because the FileWriter only keeps a metadata object on the first summary value with a certain tag for each tag. TensorBoard then remembers which tags are associated with which plugins. This saves space.
.tensorflow.SummaryMetadata metadata = 9;
الملخص المنطقي العام hasTensor ()
.tensorflow.TensorProto tensor = 8;