Summary.Value

Resumen de clase final estática pública .

Tipo de tensorflow.Summary.Value

Clases anidadas

clase Summary.Value.Builder Tipo de tensorflow.Summary.Value
enumeración Summary.Value.ValueCase

Constantes

En t AUDIO_FIELD_NUMBER
En t HISTO_FIELD_NUMBER
En t IMAGE_FIELD_NUMBER
En t METADATA_FIELD_NUMBER
En t NODE_NAME_FIELD_NUMBER
En t OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER
En tSIMPLE_VALUE_FIELD_NUMBER
En t TAG_FIELD_NUMBER
En t TENSOR_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
Resumen Audio
getAudio ()
.tensorflow.Summary.Audio audio = 6;
Resumen.AudioOrBuilder
getAudioOrBuilder ()
.tensorflow.Summary.Audio audio = 6;
static Summary.Value
Resumen.Valor
com.google.protobuf.Descriptors.Descriptor estático final
HistogramaProto
getHisto ()
.tensorflow.HistogramProto histo = 5;
HistogramaProtoOrBuilder
getHistoOrBuilder ()
.tensorflow.HistogramProto histo = 5;
Resumen.Imagen
getImage ()
.tensorflow.Summary.Image image = 4;
Summary.ImageOrBuilder
getImageOrBuilder ()
.tensorflow.Summary.Image image = 4;
ResumenMetadatos
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.
Cuerda
getNodeName ()
 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;
En t
flotador
getSimpleValue ()
float simple_value = 2;
Cuerda
getTag ()
 Tag name for the data.
com.google.protobuf.ByteString
getTagBytes ()
 Tag name for the data.
TensorProto
getTensor ()
.tensorflow.TensorProto tensor = 8;
TensorProtoOrBuilder
getTensorOrBuilder ()
.tensorflow.TensorProto tensor = 8;
final com.google.protobuf.UnknownFieldSet
Summary.Value.ValueCase
booleano
hasAudio ()
.tensorflow.Summary.Audio audio = 6;
booleano
hasHisto ()
.tensorflow.HistogramProto histo = 5;
booleano
hasImage ()
.tensorflow.Summary.Image image = 4;
booleano
hasMetadata ()
 Contains metadata on the summary value such as which plugins may use it.
booleano
hasTensor ()
.tensorflow.TensorProto tensor = 8;
En t
booleano final
static Summary.Value.Builder
static Summary.Value.Builder
Summary.Value.Builder
static Summary.Value
parseDelimitedFrom (entrada InputStream)
static Summary.Value
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom (datos ByteBuffer)
static Summary.Value
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom (entrada com.google.protobuf.CodedInputStream)
static Summary.Value
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom (datos com.google.protobuf.ByteString)
static Summary.Value
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Summary.Value
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
Summary.Value.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático final int AUDIO_FIELD_NUMBER

Valor constante: 6

public static final int HISTO_FIELD_NUMBER

Valor constante: 5

public static final int IMAGE_FIELD_NUMBER

Valor constante: 4

public static final int METADATA_FIELD_NUMBER

Valor constante: 9

public static final int NODE_NAME_FIELD_NUMBER

Valor constante: 7

public static final int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER

Valor constante: 3

public static final int SIMPLE_VALUE_FIELD_NUMBER

Valor constante: 2

public static final int TAG_FIELD_NUMBER

Valor constante: 1

public static final int TENSOR_FIELD_NUMBER

Valor constante: 8

Métodos públicos

public boolean es igual a (Object obj)

resumen público.Audio getAudio ()

.tensorflow.Summary.Audio audio = 6;

public Summary.AudioOrBuilder getAudioOrBuilder ()

.tensorflow.Summary.Audio audio = 6;

Resumen estático público.Valor getDefaultInstance ()

public Summary.Value getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public HistogramProto getHisto ()

.tensorflow.HistogramProto histo = 5;

public HistogramProtoOrBuilder getHistoOrBuilder ()

.tensorflow.HistogramProto histo = 5;

public Summary.Image getImage ()

.tensorflow.Summary.Image image = 4;

public Summary.ImageOrBuilder getImageOrBuilder ()

.tensorflow.Summary.Image image = 4;

public 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 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 String getNodeName ()

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

public com.google.protobuf.ByteString getNodeNameBytes ()

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

public com.google.protobuf.ByteString getObsoleteOldStyleHistogram ()

bytes obsolete_old_style_histogram = 3;

público getParserForType ()

public int getSerializedSize ()

public float getSimpleValue ()

float simple_value = 2;

public 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 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 TensorProto getTensor ()

.tensorflow.TensorProto tensor = 8;

public TensorProtoOrBuilder getTensorOrBuilder ()

.tensorflow.TensorProto tensor = 8;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public Summary.Value.ValueCase getValueCase ()

public boolean hasAudio ()

.tensorflow.Summary.Audio audio = 6;

public boolean hasHisto ()

.tensorflow.HistogramProto histo = 5;

public boolean hasImage ()

.tensorflow.Summary.Image image = 4;

public 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 boolean hasTensor ()

.tensorflow.TensorProto tensor = 8;

public int hashCode ()

public final boolean isInitialized ()

public static Summary.Value.Builder newBuilder ( Summary.Value prototype)

resumen estático público.Valor.Builder newBuilder ()

public Summary.Value.Builder newBuilderForType ()

Resumen estático público.Valor parseDelimitedFrom (entrada InputStream)

Lanza
IOException

resumen estático público.Valor parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Resumen estático público.Valor parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

resumen estático público.Valor parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Resumen estático público.Valor parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

Resumen estático público.Valor parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

Resumen estático público.Valor parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

Resumen estático público.Valor parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

Resumen estático público.Valor parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Resumen estático público.Valor parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public Summary.Value.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException