Summary.Value

genel statik son sınıf Özet.Değer

Protobuf tipi tensorflow.Summary.Value

İç İçe Sınıflar

sınıf Özet.Değer.Oluşturucu Protobuf tipi tensorflow.Summary.Value
Sıralama Summary.Value.ValueCase

Sabitler

int AUDIO_FIELD_NUMBER
int HISTO_FIELD_NUMBER
int IMAGE_FIELD_NUMBER
int METADATA_FIELD_NUMBER
int NODE_NAME_FIELD_NUMBER
int OBSOLETE_OLD_STYLE_HISTOGRAM_FIELD_NUMBER
int SIMPLE_VALUE_FIELD_NUMBER
int TAG_FIELD_NUMBER
int TENSOR_FIELD_NUMBER

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
Görüntü almak ()
.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
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
son boole değeri
statik Özet.Value.Builder
newBuilder ( Özet.Değer prototipi)
statik Özet.Value.Builder
Ö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
Özet.Değer.Oluşturucu
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)

genel Özet.Audio getAudio ()

.tensorflow.Summary.Audio audio = 6;

genel Özet.AudioOrBuilder getAudioOrBuilder ()

.tensorflow.Summary.Audio audio = 6;

public static Summary.Value getDefaultInstance ()

public Summary.Value getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

genel HistogramProto getHisto ()

.tensorflow.HistogramProto histo = 5;

genel HistogramProtoOrBuilder getHistoOrBuilder ()

.tensorflow.HistogramProto histo = 5;

genel Özet.Resim getImage ()

.tensorflow.Summary.Image image = 4;

genel Özet.ImageOrBuilder getImageOrBuilder ()

.tensorflow.Summary.Image image = 4;

genel ÖzetMetaveri 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 TensorProto getTensor ()

.tensorflow.TensorProto tensor = 8;

herkese açık TensorProtoOrBuilder getTensorOrBuilder ()

.tensorflow.TensorProto tensor = 8;

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

public Summary.Value.ValueCase getValueCase ()

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.Builder newBuilder ( Summary.Value prototipi)

public static Summary.Value.Builder newBuilder ()

public Summary.Value.Builder newBuilderForType ()

public static Summary.Value parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

public static Summary.Value parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public static Summary.Value parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

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 parseFrom (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 Özet.Value.Builder toBuilder ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası