PlatformInfo.Builder

genel statik son sınıf PlatformInfo.Builder

Protobuf tipi tensorflow.PlatformInfo

Genel Yöntemler

PlatformInfo.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
PlatformBilgisi
PlatformBilgisi
PlatformInfo.Builder
PlatformInfo.Builder
clearBits ()
 e.g.
PlatformInfo.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
PlatformInfo.Builder
clearLinkage ()
 e.g.
PlatformInfo.Builder
clearMachine ()
 e.g.
PlatformInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
PlatformInfo.Builder
clearRelease ()
 e.g.
PlatformInfo.Builder
clearSistem ()
 e.g.
PlatformInfo.Builder
clearVersion ()
 e.g.
PlatformInfo.Builder
klon ()
Sicim
getBits ()
 e.g.
com.google.protobuf.ByteString
getBitsBytes ()
 e.g.
PlatformBilgisi
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Sicim
getLinkage ()
 e.g.
com.google.protobuf.ByteString
Sicim
makineyi al ()
 e.g.
com.google.protobuf.ByteString
Sicim
GetRelease ()
 e.g.
com.google.protobuf.ByteString
Sicim
getSystem ()
 e.g.
com.google.protobuf.ByteString
Sicim
getVersion ()
 e.g.
com.google.protobuf.ByteString
son boole değeri
PlatformInfo.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PlatformInfo.Builder
mergeFrom (com.google.protobuf.Message other)
son PlatformInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
PlatformInfo.Builder
setBits (Dize değeri)
 e.g.
PlatformInfo.Builder
setBitsBytes (com.google.protobuf.ByteString değeri)
 e.g.
PlatformInfo.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
PlatformInfo.Builder
setLinkage (Dize değeri)
 e.g.
PlatformInfo.Builder
setLinkageBytes (com.google.protobuf.ByteString değeri)
 e.g.
PlatformInfo.Builder
setMachine (Dize değeri)
 e.g.
PlatformInfo.Builder
setMachineBytes (com.google.protobuf.ByteString değeri)
 e.g.
PlatformInfo.Builder
setRelease (Dize değeri)
 e.g.
PlatformInfo.Builder
setReleaseBytes (com.google.protobuf.ByteString değeri)
 e.g.
PlatformInfo.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
PlatformInfo.Builder
setSystem (Dize değeri)
 e.g.
PlatformInfo.Builder
setSystemBytes (com.google.protobuf.ByteString değeri)
 e.g.
son PlatformInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)
PlatformInfo.Builder
setVersion (Dize değeri)
 e.g.
PlatformInfo.Builder
setVersionBytes (com.google.protobuf.ByteString değeri)
 e.g.

Kalıtsal Yöntemler

Genel Yöntemler

public PlatformInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

genel PlatformInfo yapısı ()

genel PlatformInfo buildPartial ()

herkese açık PlatformInfo.Builder clear ()

herkese açık PlatformInfo.Builder clearBits ()

 e.g. '64bit'
 
string bits = 1;

herkese açık PlatformInfo.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

herkese açık PlatformInfo.Builder clearLinkage ()

 e.g. 'ELF'
 
string linkage = 2;

herkese açık PlatformInfo.Builder clearMachine ()

 e.g. 'i386'
 
string machine = 3;

herkese açık PlatformInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

herkese açık PlatformInfo.Builder clearRelease ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

genel PlatformInfo.Builder clearSystem ()

 e.g. 'Linux'
 
string system = 5;

herkese açık PlatformInfo.Builder clearVersion ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

genel PlatformInfo.Builder klonu ()

genel Dize getBits ()

 e.g. '64bit'
 
string bits = 1;

public com.google.protobuf.ByteString getBitsBytes ()

 e.g. '64bit'
 
string bits = 1;

genel PlatformInfo getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

genel Dize getLinkage ()

 e.g. 'ELF'
 
string linkage = 2;

public com.google.protobuf.ByteString getLinkageBytes ()

 e.g. 'ELF'
 
string linkage = 2;

genel Dize getMachine ()

 e.g. 'i386'
 
string machine = 3;

public com.google.protobuf.ByteString getMachineBytes ()

 e.g. 'i386'
 
string machine = 3;

genel Dize getRelease ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

public com.google.protobuf.ByteString getReleaseBytes ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

genel Dize getSystem ()

 e.g. 'Linux'
 
string system = 5;

public com.google.protobuf.ByteString getSystemBytes ()

 e.g. 'Linux'
 
string system = 5;

genel Dize getVersion ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

public com.google.protobuf.ByteString getVersionBytes ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

genel final boolean isInitialized ()

genel PlatformInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel PlatformInfo.Builder mergeFrom (com.google.protobuf.Message other)

genel nihai PlatformInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public PlatformInfo.Builder setBits (Dize değeri)

 e.g. '64bit'
 
string bits = 1;

public PlatformInfo.Builder setBitsBytes (com.google.protobuf.ByteString değeri)

 e.g. '64bit'
 
string bits = 1;

public PlatformInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public PlatformInfo.Builder setLinkage (Dize değeri)

 e.g. 'ELF'
 
string linkage = 2;

public PlatformInfo.Builder setLinkageBytes (com.google.protobuf.ByteString değeri)

 e.g. 'ELF'
 
string linkage = 2;

public PlatformInfo.Builder setMachine (Dize değeri)

 e.g. 'i386'
 
string machine = 3;

genel PlatformInfo.Builder setMachineBytes (com.google.protobuf.ByteString değeri)

 e.g. 'i386'
 
string machine = 3;

public PlatformInfo.Builder setRelease (Dize değeri)

 e.g. '3.13.0-76-generic'
 
string release = 4;

public PlatformInfo.Builder setReleaseBytes (com.google.protobuf.ByteString değeri)

 e.g. '3.13.0-76-generic'
 
string release = 4;

public PlatformInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)

public PlatformInfo.Builder setSystem (Dize değeri)

 e.g. 'Linux'
 
string system = 5;

public PlatformInfo.Builder setSystemBytes (com.google.protobuf.ByteString değeri)

 e.g. 'Linux'
 
string system = 5;

genel final PlatformInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public PlatformInfo.Builder setVersion (Dize değeri)

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

public PlatformInfo.Builder setVersionBytes (com.google.protobuf.ByteString değeri)

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;