رابط استاتیک عمومی Summary.ValueOrBuilder
زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
چکیده خلاصه.صوت | getAudio () .tensorflow.Summary.Audio audio = 6; |
خلاصه . AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
چکیده HistogramProto | getHisto () .tensorflow.HistogramProto histo = 5; |
چکیده HistogramProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
خلاصه خلاصه.تصویر | getImage () .tensorflow.Summary.Image image = 4; |
Abstract Summary.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
Abstract Metadata | getMetadata () Contains metadata on the summary value such as which plugins may use it. |
Abstract MetadataOrBuilder | getMetadataOrBuilder () Contains metadata on the summary value such as which plugins may use it. |
رشته انتزاعی | getNodeName () This field is deprecated and will not be set. |
چکیده com.google.protobuf.ByteString | getNodeNameBytes () This field is deprecated and will not be set. |
چکیده com.google.protobuf.ByteString | getObsoleteOldStyleHistogram () bytes obsolete_old_style_histogram = 3; |
شناور انتزاعی | getSimpleValue () float simple_value = 2; |
رشته انتزاعی | getTag () Tag name for the data. |
چکیده com.google.protobuf.ByteString | getTagBytes () Tag name for the data. |
انتزاعی TensorProto | getTensor () .tensorflow.TensorProto tensor = 8; |
انتزاعی TensorProtoOrBuilder | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
Abstract Summary.Value.ValueCase | getValueCase () |
بولی انتزاعی | دارای صدا () .tensorflow.Summary.Audio audio = 6; |
بولی انتزاعی | hasHisto () .tensorflow.HistogramProto histo = 5; |
بولی انتزاعی | دارای تصویر () .tensorflow.Summary.Image image = 4; |
بولی انتزاعی | hasMetadata () Contains metadata on the summary value such as which plugins may use it. |
بولی انتزاعی | hasTensor () .tensorflow.TensorProto tensor = 8; |
روش های عمومی
چکیده عمومی SummaryMetadata 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;
چکیده عمومی SummaryMetadataOrBuilder 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;
دارای تصویر بولی انتزاعی عمومی ()
.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;