classe finale statica pubblica Summary.Value
Tipo di protocollo tensorflow.Summary.Value
Classi nidificate
classe | Riepilogo.Valore.Builder | Tipo di protocollo tensorflow.Summary.Value | |
enum | Summary.Value.ValueCase |
Costanti
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
Riepilogo.Audio | ottieni audio () .tensorflow.Summary.Audio audio = 6; |
Riepilogo.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
Riepilogo.Valore statico | |
Riepilogo.Valore | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
IstogrammaProto | getHisto () .tensorflow.HistogramProto histo = 5; |
HistogramProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
Riepilogo.Immagine | ottieniimmagine () .tensorflow.Summary.Image image = 4; |
Riepilogo.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
Metadati di riepilogo | getMetadati () 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. |
Corda | getNodeNome () This field is deprecated and will not be set. |
com.google.protobuf.ByteString | getNomeNomeBytes () This field is deprecated and will not be set. |
com.google.protobuf.ByteString | getObsoleteOldStyleIstogramma () bytes obsolete_old_style_histogram = 3; |
int | |
galleggiante | getSimpleValue () float simple_value = 2; |
Corda | getTag () Tag name for the data. |
com.google.protobuf.ByteString | getTagBytes () Tag name for the data. |
TensoreProto | getTensore () .tensorflow.TensorProto tensor = 8; |
TensorProtoOrBuilder | getTensorOrBuilder () .tensorflow.TensorProto tensor = 8; |
finale com.google.protobuf.UnknownFieldSet | |
Summary.Value.ValueCase | getValueCase () |
booleano | haAudio () .tensorflow.Summary.Audio audio = 6; |
booleano | hasHisto () .tensorflow.HistogramProto histo = 5; |
booleano | haImmagine () .tensorflow.Summary.Image image = 4; |
booleano | hasMetadata () Contains metadata on the summary value such as which plugins may use it. |
booleano | haTensore () .tensorflow.TensorProto tensor = 8; |
int | codicehash () |
booleano finale | |
Summary.Value.Builder statico | newBuilder (prototipo Summary.Value ) |
Summary.Value.Builder statico | |
Riepilogo.Valore.Builder | |
Riepilogo.Valore statico | parseDelimitedFrom (input InputStream) |
Riepilogo.Valore statico | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Riepilogo.Valore statico | parseFrom (dati ByteBuffer) |
Riepilogo.Valore statico | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
Riepilogo.Valore statico | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Riepilogo.Valore statico | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
Riepilogo.Valore statico | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Riepilogo.Valore statico | parseFrom (dati com.google.protobuf.ByteString) |
Riepilogo.Valore statico | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Riepilogo.Valore statico | parseFrom (dati com.google.protobuf.ByteString, estensione Com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
Riepilogo.Valore.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int AUDIO_FIELD_NUMBER
Valore costante: 6
public static final int HISTO_FIELD_NUMBER
Valore costante: 5
public static final int IMAGE_FIELD_NUMBER
Valore costante: 4
public static final int METADATA_FIELD_NUMBER
Valore costante: 9
public static final int NODE_NAME_FIELD_NUMBER
Valore costante: 7
public static final int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER
Valore costante: 3
public static final int SIMPLE_VALUE_FIELD_NUMBER
Valore costante: 2
public static final int TAG_FIELD_NUMBER
Valore costante: 1
public static final int TENSOR_FIELD_NUMBER
Valore costante: 8
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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;
stringa pubblica getNodeName ()
This field is deprecated and will not be set.
string node_name = 7;
pubblico 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;
pubblico 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;
pubblico 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;
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasAudio booleano pubblico ()
.tensorflow.Summary.Audio audio = 6;
pubblico booleano hasHisto ()
.tensorflow.HistogramProto histo = 5;
hasImage booleano pubblico ()
.tensorflow.Summary.Image image = 4;
hasMetadata booleano pubblico ()
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 pubblico ()
.tensorflow.TensorProto tensor = 8;
public int hashCode ()
public final booleano isInitialized ()
Summary.Value statico pubblico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
riepilogo statico pubblico. Valore parseFrom (dati ByteBuffer)
Lancia
InvalidProtocolBufferException |
---|
Summary.Value statico pubblico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
Summary.Value statico pubblico parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
Summary.Value statico pubblico parseFrom (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
riepilogo statico pubblico.Value parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
Summary.Value statico pubblico parseFrom (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
Summary.Value statico pubblico parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
Summary.Value statico pubblico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|