Summary.ValueOrBuilder

interfaccia statica pubblica Summary.ValueOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

riepilogo astratto.Audio
ottieni audio ()
.tensorflow.Summary.Audio audio = 6;
riepilogo astratto.AudioOrBuilder
getAudioOrBuilder ()
.tensorflow.Summary.Audio audio = 6;
istogramma astrattoProto
getHisto ()
.tensorflow.HistogramProto histo = 5;
abstract HistogramProtoOrBuilder
getHistoOrBuilder ()
.tensorflow.HistogramProto histo = 5;
Abstract Summary.Image
ottieniimmagine ()
.tensorflow.Summary.Image image = 4;
riepilogo astratto.ImageOrBuilder
getImageOrBuilder ()
.tensorflow.Summary.Image image = 4;
metadati riepilogativi astratti
getMetadati ()
 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.
stringa astratta
getNodeNome ()
 This field is deprecated and will not be set.
astratto com.google.protobuf.ByteString
getNomeNomeBytes ()
 This field is deprecated and will not be set.
astratto com.google.protobuf.ByteString
getObsoleteOldStyleIstogramma ()
bytes obsolete_old_style_histogram = 3;
galleggiante astratto
getSimpleValue ()
float simple_value = 2;
stringa astratta
getTag ()
 Tag name for the data.
astratto com.google.protobuf.ByteString
getTagBytes ()
 Tag name for the data.
TensoreProto astratto
getTensore ()
.tensorflow.TensorProto tensor = 8;
astratto TensorProtoOrBuilder
getTensorOrBuilder ()
.tensorflow.TensorProto tensor = 8;
abstract Summary.Value.ValueCase
booleano astratto
haAudio ()
.tensorflow.Summary.Audio audio = 6;
booleano astratto
haHisto ()
.tensorflow.HistogramProto histo = 5;
booleano astratto
haImmagine ()
.tensorflow.Summary.Image image = 4;
booleano astratto
hasMetadata ()
 Contains metadata on the summary value such as which plugins may use it.
booleano astratto
haTensore ()
.tensorflow.TensorProto tensor = 8;

Metodi pubblici

estratto pubblico Summary.Audio getAudio ()

.tensorflow.Summary.Audio audio = 6;

estratto pubblico Summary.AudioOrBuilder getAudioOrBuilder ()

.tensorflow.Summary.Audio audio = 6;

estratto pubblico HistogramProto getHisto ()

.tensorflow.HistogramProto histo = 5;

estratto pubblico HistogramProtoOrBuilder getHistoOrBuilder ()

.tensorflow.HistogramProto histo = 5;

estratto pubblico Summary.Image getImage ()

.tensorflow.Summary.Image image = 4;

estratto pubblico Summary.ImageOrBuilder getImageOrBuilder ()

.tensorflow.Summary.Image image = 4;

abstract pubblico SummaryMetadata getMetadata ()

metadati

 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;

estratto pubblico 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;

stringa astratta pubblica getNodeName ()

 This field is deprecated and will not be set.
 
string node_name = 7;

estratto pubblico 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;

estratto pubblico String getTag ()

tag stringa

 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;

estratto pubblico com.google.protobuf.ByteString getTagBytes ()

tag stringa

 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;

estratto pubblico TensorProto getTensor ()

.tensorflow.TensorProto tensor = 8;

estratto pubblico TensorProtoOrBuilder getTensorOrBuilder ()

.tensorflow.TensorProto tensor = 8;

estratto pubblico Summary.Value.ValueCase getValueCase ()

pubblico astratto booleano hasAudio ()

.tensorflow.Summary.Audio audio = 6;

pubblico astratto booleano hasHisto ()

.tensorflow.HistogramProto histo = 5;

hasImage booleano astratto pubblico ()

.tensorflow.Summary.Image image = 4;

public abstract booleano 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 booleano astratto pubblico ()

.tensorflow.TensorProto tensor = 8;