Package org.tensorflow.framework
Interface Summary.ValueOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Summary.Value,Summary.Value.Builder
- Enclosing class:
- Summary
public static interface Summary.ValueOrBuilder extends org.nd4j.shade.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Summary.AudiogetAudio().tensorflow.Summary.Audio audio = 6;Summary.AudioOrBuildergetAudioOrBuilder().tensorflow.Summary.Audio audio = 6;HistogramProtogetHisto().tensorflow.HistogramProto histo = 5;HistogramProtoOrBuildergetHistoOrBuilder().tensorflow.HistogramProto histo = 5;Summary.ImagegetImage().tensorflow.Summary.Image image = 4;Summary.ImageOrBuildergetImageOrBuilder().tensorflow.Summary.Image image = 4;SummaryMetadatagetMetadata()Contains metadata on the summary value such as which plugins may use it.SummaryMetadataOrBuildergetMetadataOrBuilder()Contains metadata on the summary value such as which plugins may use it.StringgetNodeName()This field is deprecated and will not be set.org.nd4j.shade.protobuf.ByteStringgetNodeNameBytes()This field is deprecated and will not be set.org.nd4j.shade.protobuf.ByteStringgetObsoleteOldStyleHistogram()bytes obsolete_old_style_histogram = 3;floatgetSimpleValue()float simple_value = 2;StringgetTag()Tag name for the data.org.nd4j.shade.protobuf.ByteStringgetTagBytes()Tag name for the data.TensorProtogetTensor().tensorflow.TensorProto tensor = 8;TensorProtoOrBuildergetTensorOrBuilder().tensorflow.TensorProto tensor = 8;Summary.Value.ValueCasegetValueCase()booleanhasAudio().tensorflow.Summary.Audio audio = 6;booleanhasHisto().tensorflow.HistogramProto histo = 5;booleanhasImage().tensorflow.Summary.Image image = 4;booleanhasMetadata()Contains metadata on the summary value such as which plugins may use it.booleanhasObsoleteOldStyleHistogram()bytes obsolete_old_style_histogram = 3;booleanhasSimpleValue()float simple_value = 2;booleanhasTensor().tensorflow.TensorProto tensor = 8;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodeName
String getNodeName()
This field is deprecated and will not be set.
string node_name = 7;- Returns:
- The nodeName.
-
getNodeNameBytes
org.nd4j.shade.protobuf.ByteString getNodeNameBytes()
This field is deprecated and will not be set.
string node_name = 7;- Returns:
- The bytes for nodeName.
-
getTag
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;- Returns:
- The tag.
-
getTagBytes
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;- Returns:
- The bytes for tag.
-
hasMetadata
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;- Returns:
- Whether the metadata field is set.
-
getMetadata
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;- Returns:
- The metadata.
-
getMetadataOrBuilder
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;
-
hasSimpleValue
boolean hasSimpleValue()
float simple_value = 2;- Returns:
- Whether the simpleValue field is set.
-
getSimpleValue
float getSimpleValue()
float simple_value = 2;- Returns:
- The simpleValue.
-
hasObsoleteOldStyleHistogram
boolean hasObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;- Returns:
- Whether the obsoleteOldStyleHistogram field is set.
-
getObsoleteOldStyleHistogram
org.nd4j.shade.protobuf.ByteString getObsoleteOldStyleHistogram()
bytes obsolete_old_style_histogram = 3;- Returns:
- The obsoleteOldStyleHistogram.
-
hasImage
boolean hasImage()
.tensorflow.Summary.Image image = 4;- Returns:
- Whether the image field is set.
-
getImage
Summary.Image getImage()
.tensorflow.Summary.Image image = 4;- Returns:
- The image.
-
getImageOrBuilder
Summary.ImageOrBuilder getImageOrBuilder()
.tensorflow.Summary.Image image = 4;
-
hasHisto
boolean hasHisto()
.tensorflow.HistogramProto histo = 5;- Returns:
- Whether the histo field is set.
-
getHisto
HistogramProto getHisto()
.tensorflow.HistogramProto histo = 5;- Returns:
- The histo.
-
getHistoOrBuilder
HistogramProtoOrBuilder getHistoOrBuilder()
.tensorflow.HistogramProto histo = 5;
-
hasAudio
boolean hasAudio()
.tensorflow.Summary.Audio audio = 6;- Returns:
- Whether the audio field is set.
-
getAudio
Summary.Audio getAudio()
.tensorflow.Summary.Audio audio = 6;- Returns:
- The audio.
-
getAudioOrBuilder
Summary.AudioOrBuilder getAudioOrBuilder()
.tensorflow.Summary.Audio audio = 6;
-
hasTensor
boolean hasTensor()
.tensorflow.TensorProto tensor = 8;- Returns:
- Whether the tensor field is set.
-
getTensor
TensorProto getTensor()
.tensorflow.TensorProto tensor = 8;- Returns:
- The tensor.
-
getTensorOrBuilder
TensorProtoOrBuilder getTensorOrBuilder()
.tensorflow.TensorProto tensor = 8;
-
getValueCase
Summary.Value.ValueCase getValueCase()
-
-