Summary.ValueOrBuilder

общедоступный статический интерфейс Summary.ValueOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактное резюме.Аудио
получить аудио ()
.tensorflow.Summary.Audio audio = 6;
абстрактный Summary.AudioOrBuilder
getAudioOrBuilder ()
.tensorflow.Summary.Audio audio = 6;
абстрактная гистограммапрото
получитьИсто ()
.tensorflow.HistogramProto histo = 5;
абстрактная гистограммаProtoOrBuilder
getHistoOrBuilder ()
.tensorflow.HistogramProto histo = 5;
абстрактное резюме.Изображение
получить изображение ()
.tensorflow.Summary.Image image = 4;
абстрактный Summary.ImageOrBuilder
getImageOrBuilder ()
.tensorflow.Summary.Image image = 4;
абстрактные сводные метаданные
получить метаданные ()
 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.
абстрактная строка
получитьимяузла ()
 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;
абстрактная строка
получитьТег ()
 Tag name for the data.
абстрактный com.google.protobuf.ByteString
getTagBytes ()
 Tag name for the data.
абстрактный TensorProto
получитьТензор ()
.tensorflow.TensorProto tensor = 8;
абстрактный TensorProtoOrBuilder
getTensorOrBuilder ()
.tensorflow.TensorProto tensor = 8;
абстрактный Summary.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.
абстрактное логическое значение
имеетТензор ()
.tensorflow.TensorProto tensor = 8;

Публичные методы

публичный абстрактный Summary.Audio getAudio ()

.tensorflow.Summary.Audio audio = 6;

публичный абстрактный Summary.AudioOrBuilder getAudioOrBuilder ()

.tensorflow.Summary.Audio audio = 6;

общедоступная абстрактная гистограммаProto 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.
 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;

общедоступный абстрактный float getSimpleValue ()

float simple_value = 2;

общедоступная абстрактная строка getTag ()

string tag = 1;

 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
 
= 1;

публичный абстрактный com.google.protobuf.ByteString getTagBytes ()

string tag = 1;

 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
 
= 1;

публичный абстрактный TensorProto getTensor ()

.tensorflow.TensorProto tensor = 8;

публичный абстрактный TensorProtoOrBuilder getTensorOrBuilder ()

.tensorflow.TensorProto tensor = 8;

общедоступная аннотация Summary.Value.ValueCase getValueCase ()

общедоступное абстрактное логическое значение 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;