public static interface
Summary.ValueOrBuilder
Known Indirect Subclasses |
Public Methods
abstract Summary.Audio |
getAudio()
.tensorflow.Summary.Audio audio = 6;
|
abstract Summary.AudioOrBuilder |
getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6;
|
abstract HistogramProto |
getHisto()
.tensorflow.HistogramProto histo = 5;
|
abstract HistogramProtoOrBuilder |
getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5;
|
abstract Summary.Image |
getImage()
.tensorflow.Summary.Image image = 4;
|
abstract Summary.ImageOrBuilder |
getImageOrBuilder()
.tensorflow.Summary.Image image = 4;
|
abstract SummaryMetadata |
getMetadata()
Contains metadata on the summary value such as which plugins may use it. |
abstract SummaryMetadataOrBuilder |
getMetadataOrBuilder()
Contains metadata on the summary value such as which plugins may use it. |
abstract String |
getNodeName()
This field is deprecated and will not be set. |
abstract com.google.protobuf.ByteString |
getNodeNameBytes()
This field is deprecated and will not be set. |
abstract com.google.protobuf.ByteString |
getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;
|
abstract float |
getSimpleValue()
float simple_value = 2;
|
abstract String |
getTag()
Tag name for the data. |
abstract com.google.protobuf.ByteString |
getTagBytes()
Tag name for the data. |
abstract TensorProto |
getTensor()
.tensorflow.TensorProto tensor = 8;
|
abstract TensorProtoOrBuilder |
getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8;
|
abstract Summary.Value.ValueCase | |
abstract boolean |
hasAudio()
.tensorflow.Summary.Audio audio = 6;
|
abstract boolean |
hasHisto()
.tensorflow.HistogramProto histo = 5;
|
abstract boolean |
hasImage()
.tensorflow.Summary.Image image = 4;
|
abstract boolean |
hasMetadata()
Contains metadata on the summary value such as which plugins may use it. |
abstract boolean |
hasTensor()
.tensorflow.TensorProto tensor = 8;
|
Public Methods
public abstract 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;
public abstract 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;
public abstract String getNodeName ()
This field is deprecated and will not be set.
string node_name = 7;
public abstract com.google.protobuf.ByteString getNodeNameBytes ()
This field is deprecated and will not be set.
string node_name = 7;
public abstract com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()
bytes obsolete_old_style_histogram = 3;
public abstract float getSimpleValue ()
float simple_value = 2;
public abstract String 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;
public abstract 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;
public abstract boolean hasAudio ()
.tensorflow.Summary.Audio audio = 6;
public abstract boolean hasHisto ()
.tensorflow.HistogramProto histo = 5;
public abstract boolean hasImage ()
.tensorflow.Summary.Image image = 4;
public abstract boolean 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;
public abstract boolean hasTensor ()
.tensorflow.TensorProto tensor = 8;