genel statik son sınıf Özet.Değer
Protobuf türü tensorflow.Summary.Value
İç İçe Sınıflar
sınıf | Özet.Değer.Oluşturucu | Protobuf türü tensorflow.Summary.Value | |
numaralandırma | Summary.Value.ValueCase |
Sabitler
Genel Yöntemler
boolean | eşittir (Nesne nesnesi) |
Özet.Ses | getAudio () .tensorflow.Summary.Audio audio = 6; |
Özet.AudioOrBuilder | getAudioOrBuilder () .tensorflow.Summary.Audio audio = 6; |
Statik Özet.Değer | |
Özet.Değer | |
final statik com.google.protobuf.Descriptors.Descriptor | |
HistogramProto | Histo'yu al () .tensorflow.HistogramProto histo = 5; |
HistogramProtoOrBuilder | getHistoOrBuilder () .tensorflow.HistogramProto histo = 5; |
Özet.Resim | getImage () .tensorflow.Summary.Image image = 4; |
Özet.ImageOrBuilder | getImageOrBuilder () .tensorflow.Summary.Image image = 4; |
ÖzetMeta veriler | getMetadata () Contains metadata on the summary value such as which plugins may use it. |
ÖzetMeta Veriler Veya Oluşturucu | getMetadataOrBuilder () Contains metadata on the summary value such as which plugins may use it. |
Sicim | 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; |
int | |
batmadan yüzmek | getSimpleValue () float simple_value = 2; |
Sicim | 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 | getValueCase () |
boolean | ses var () .tensorflow.Summary.Audio audio = 6; |
boolean | hasHisto () .tensorflow.HistogramProto histo = 5; |
boolean | hasImage () .tensorflow.Summary.Image image = 4; |
boolean | metaverileri var () Contains metadata on the summary value such as which plugins may use it. |
boolean | hasTensör () .tensorflow.TensorProto tensor = 8; |
int | hashKodu () |
son boole değeri | Başlatıldı () |
statik Özet.Value.Builder | newBuilder ( Özet.Değer prototipi) |
statik Özet.Value.Builder | yeniİnşaatçı () |
Özet.Değer.Oluşturucu | |
Statik Özet.Değer | parseDelimitedFrom (InputStream girişi) |
Statik Özet.Değer | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Özet.Değer | parseFrom (ByteBuffer verileri) |
Statik Özet.Değer | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Özet.Değer | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Özet.Değer | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
Statik Özet.Değer | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Özet.Değer | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
Statik Özet.Değer | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Statik Özet.Değer | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik | ayrıştırıcı () |
Özet.Değer.Oluşturucu | inşaatçıya () |
geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int AUDIO_FIELD_NUMBER
Sabit Değer: 6
genel statik final int HISTO_FIELD_NUMBER
Sabit Değer: 5
genel statik final int IMAGE_FIELD_NUMBER
Sabit Değer: 4
genel statik final int METADATA_FIELD_NUMBER
Sabit Değer: 9
genel statik final int NODE_NAME_FIELD_NUMBER
Sabit Değer: 7
genel statik final int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER
Sabit Değer: 3
genel statik final int SIMPLE_VALUE_FIELD_NUMBER
Sabit Değer: 2
genel statik final int TAG_FIELD_NUMBER
Sabit Değer: 1
genel statik final int TENSOR_FIELD_NUMBER
Sabit Değer: 8
Genel Yöntemler
genel boole eşittir (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
genel ÖzetMetadata 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;
genel 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;
genel Dize 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;
halk getParserForType ()
public int getSerializedSize ()
halka açık kayan nokta getSimpleValue ()
float simple_value = 2;
genel Dize 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;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
genel boolean hasAudio ()
.tensorflow.Summary.Audio audio = 6;
genel boolean hasHisto ()
.tensorflow.HistogramProto histo = 5;
genel boolean hasImage ()
.tensorflow.Summary.Image image = 4;
genel 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;
genel boolean hasTensor ()
.tensorflow.TensorProto tensor = 8;
genel int hashCode ()
genel final boolean isInitialized ()
public static Summary.Value parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik Özet.Değer ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik Özet.Değer ayrıştırmaFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik Özet.Değer ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
Atar
IOİstisnası |
---|
genel statik Summary.Value ayrıştırmaFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik Özet.Değer ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
Atar
Geçersiz ProtokolBufferException |
---|
public static Summary.Value ayrıştırmaFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IOİstisnası |
---|
genel statik Özet.Değer ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
IOİstisnası |
---|