public static interface Summary.ValueOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Summary.Audio |
getAudio()
.tensorflow.Summary.Audio audio = 6; |
Summary.AudioOrBuilder |
getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6; |
HistogramProto |
getHisto()
.tensorflow.HistogramProto histo = 5; |
HistogramProtoOrBuilder |
getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5; |
Summary.Image |
getImage()
.tensorflow.Summary.Image image = 4; |
Summary.ImageOrBuilder |
getImageOrBuilder()
.tensorflow.Summary.Image image = 4; |
SummaryMetadata |
getMetadata()
Contains metadata on the summary value such as which plugins may use it.
|
SummaryMetadataOrBuilder |
getMetadataOrBuilder()
Contains metadata on the summary value such as which plugins may use it.
|
String |
getNodeName()
This field is deprecated and will not be set.
|
org.nd4j.shade.protobuf.ByteString |
getNodeNameBytes()
This field is deprecated and will not be set.
|
org.nd4j.shade.protobuf.ByteString |
getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3; |
float |
getSimpleValue()
float simple_value = 2; |
String |
getTag()
Tag name for the data.
|
org.nd4j.shade.protobuf.ByteString |
getTagBytes()
Tag name for the data.
|
TensorProto |
getTensor()
.tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder |
getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8; |
Summary.Value.ValueCase |
getValueCase() |
boolean |
hasAudio()
.tensorflow.Summary.Audio audio = 6; |
boolean |
hasHisto()
.tensorflow.HistogramProto histo = 5; |
boolean |
hasImage()
.tensorflow.Summary.Image image = 4; |
boolean |
hasMetadata()
Contains metadata on the summary value such as which plugins may use it.
|
boolean |
hasTensor()
.tensorflow.TensorProto tensor = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNodeName()
This field is deprecated and will not be set.
string node_name = 7;org.nd4j.shade.protobuf.ByteString getNodeNameBytes()
This field is deprecated and will not be set.
string node_name = 7;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;org.nd4j.shade.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;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;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;float getSimpleValue()
float simple_value = 2;org.nd4j.shade.protobuf.ByteString getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;boolean hasImage()
.tensorflow.Summary.Image image = 4;Summary.Image getImage()
.tensorflow.Summary.Image image = 4;Summary.ImageOrBuilder getImageOrBuilder()
.tensorflow.Summary.Image image = 4;boolean hasHisto()
.tensorflow.HistogramProto histo = 5;HistogramProto getHisto()
.tensorflow.HistogramProto histo = 5;HistogramProtoOrBuilder getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5;boolean hasAudio()
.tensorflow.Summary.Audio audio = 6;Summary.Audio getAudio()
.tensorflow.Summary.Audio audio = 6;Summary.AudioOrBuilder getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6;boolean hasTensor()
.tensorflow.TensorProto tensor = 8;TensorProto getTensor()
.tensorflow.TensorProto tensor = 8;TensorProtoOrBuilder getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8;Summary.Value.ValueCase getValueCase()
Copyright © 2021. All rights reserved.