PlatformInfo.Builder

publiczna statyczna klasa końcowa PlatformInfo.Builder

Protobuf typu tensorflow.PlatformInfo

Metody publiczne

PlatformInfo.Builder
addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
Informacje o platformie
Informacje o platformie
PlatformInfo.Builder
jasne ()
PlatformInfo.Builder
jasneBity ()
 e.g.
PlatformInfo.Builder
clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)
PlatformInfo.Builder
PlatformInfo.Builder
PlatformInfo.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
PlatformInfo.Builder
PlatformInfo.Builder
PlatformInfo.Builder
PlatformInfo.Builder
klon ()
Strunowy
getBits ()
 e.g.
com.google.protobuf.ByteString
getBitsBytes ()
 e.g.
Informacje o platformie
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Strunowy
com.google.protobuf.ByteString
Strunowy
com.google.protobuf.ByteString
Strunowy
com.google.protobuf.ByteString
Strunowy
pobierzSystem ()
 e.g.
com.google.protobuf.ByteString
Strunowy
com.google.protobuf.ByteString
końcowa wartość logiczna
PlatformInfo.Builder
mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
PlatformInfo.Builder
mergeFrom (com.google.protobuf.Wiadomość inna)
końcowy PlatformInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
PlatformInfo.Builder
setBits (wartość ciągu)
 e.g.
PlatformInfo.Builder
setBitsBytes (wartość com.google.protobuf.ByteString)
 e.g.
PlatformInfo.Builder
setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)
PlatformInfo.Builder
setLinkage (wartość ciągu)
 e.g.
PlatformInfo.Builder
setLinkageBytes (wartość com.google.protobuf.ByteString)
 e.g.
PlatformInfo.Builder
setMachine (wartość ciągu)
 e.g.
PlatformInfo.Builder
setMachineBytes (wartość com.google.protobuf.ByteString)
 e.g.
PlatformInfo.Builder
setRelease (wartość ciągu)
 e.g.
PlatformInfo.Builder
setReleaseBytes (wartość com.google.protobuf.ByteString)
 e.g.
PlatformInfo.Builder
setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)
PlatformInfo.Builder
setSystem (wartość ciągu)
 e.g.
PlatformInfo.Builder
setSystemBytes (wartość com.google.protobuf.ByteString)
 e.g.
końcowy PlatformInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldUstaw nieznane pola)
PlatformInfo.Builder
setVersion (wartość ciągu)
 e.g.
PlatformInfo.Builder
setVersionBytes (wartość com.google.protobuf.ByteString)
 e.g.

Metody dziedziczone

Metody publiczne

public PlatformInfo.Builder addRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

publiczna kompilacja informacji o platformie ()

public PlatformInfo buildCzęściowe ()

public PlatformInfo.Builder wyczyść ()

public PlatformInfo.Builder clearBits ()

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

public PlatformInfo.Builder clearField (pole com.google.protobuf.Descriptors.FieldDescriptor)

public PlatformInfo.Builder clearLinkage ()

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

public PlatformInfo.Builder clearMachine ()

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

public PlatformInfo.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public PlatformInfo.Builder clearRelease ()

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

public PlatformInfo.Builder clearSystem ()

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

public PlatformInfo.Builder clearVersion ()

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

publiczny klon PlatformInfo.Builder ()

publiczny ciąg getBits ()

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

publiczny com.google.protobuf.ByteString getBitsBytes ()

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

publiczne informacje o platformie getDefaultInstanceForType ()

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

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

public String getLinkage ()

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

publiczny com.google.protobuf.ByteString getLinkageBytes ()

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

publiczny ciąg getMachine ()

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

public com.google.protobuf.ByteString getMachineBytes ()

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

publiczny ciąg 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;

publiczny ciąg getSystem ()

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

publiczny com.google.protobuf.ByteString getSystemBytes ()

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

publiczny ciąg getVersion ()

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

publiczny com.google.protobuf.ByteString getVersionBytes ()

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

publiczna końcowa wartość logiczna isInitialized ()

public PlatformInfo.Builder mergeFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

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

publiczna wersja końcowa PlatformInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public PlatformInfo.Builder setBits (wartość ciągu)

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

public PlatformInfo.Builder setBitsBytes (wartość com.google.protobuf.ByteString)

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

public PlatformInfo.Builder setField (pole com.google.protobuf.Descriptors.FieldDescriptor, wartość obiektu)

public PlatformInfo.Builder setLinkage (wartość ciągu)

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

public PlatformInfo.Builder setLinkageBytes (wartość com.google.protobuf.ByteString)

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

public PlatformInfo.Builder setMachine (wartość ciągu)

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

public PlatformInfo.Builder setMachineBytes (wartość com.google.protobuf.ByteString)

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

public PlatformInfo.Builder setRelease (wartość ciągu)

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

public PlatformInfo.Builder setReleaseBytes (wartość com.google.protobuf.ByteString)

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

public PlatformInfo.Builder setRepeatedField (pole com.google.protobuf.Descriptors.FieldDescriptor, indeks int, wartość obiektu)

public PlatformInfo.Builder setSystem (wartość ciągu)

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

public PlatformInfo.Builder setSystemBytes (wartość com.google.protobuf.ByteString)

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

publiczna wersja końcowa PlatformInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

public PlatformInfo.Builder setVersion (wartość ciągu)

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

public PlatformInfo.Builder setVersionBytes (wartość com.google.protobuf.ByteString)

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