public static final class
PlatformInfo.Builder
Protobuf type tensorflow.PlatformInfo
Public Methods
PlatformInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
PlatformInfo |
build()
|
PlatformInfo | |
PlatformInfo.Builder |
clear()
|
PlatformInfo.Builder |
clearBits()
e.g. |
PlatformInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
|
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 |
clearSystem()
e.g. |
PlatformInfo.Builder |
clearVersion()
e.g. |
PlatformInfo.Builder |
clone()
|
String |
getBits()
e.g. |
com.google.protobuf.ByteString |
getBitsBytes()
e.g. |
PlatformInfo | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
String |
getLinkage()
e.g. |
com.google.protobuf.ByteString |
getLinkageBytes()
e.g. |
String |
getMachine()
e.g. |
com.google.protobuf.ByteString |
getMachineBytes()
e.g. |
String |
getRelease()
e.g. |
com.google.protobuf.ByteString |
getReleaseBytes()
e.g. |
String |
getSystem()
e.g. |
com.google.protobuf.ByteString |
getSystemBytes()
e.g. |
String |
getVersion()
e.g. |
com.google.protobuf.ByteString |
getVersionBytes()
e.g. |
final boolean | |
PlatformInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
PlatformInfo.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final PlatformInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
PlatformInfo.Builder |
setBits(String value)
e.g. |
PlatformInfo.Builder |
setBitsBytes(com.google.protobuf.ByteString value)
e.g. |
PlatformInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
|
PlatformInfo.Builder |
setLinkage(String value)
e.g. |
PlatformInfo.Builder |
setLinkageBytes(com.google.protobuf.ByteString value)
e.g. |
PlatformInfo.Builder |
setMachine(String value)
e.g. |
PlatformInfo.Builder |
setMachineBytes(com.google.protobuf.ByteString value)
e.g. |
PlatformInfo.Builder |
setRelease(String value)
e.g. |
PlatformInfo.Builder |
setReleaseBytes(com.google.protobuf.ByteString value)
e.g. |
PlatformInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
|
PlatformInfo.Builder |
setSystem(String value)
e.g. |
PlatformInfo.Builder |
setSystemBytes(com.google.protobuf.ByteString value)
e.g. |
final PlatformInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
|
PlatformInfo.Builder |
setVersion(String value)
e.g. |
PlatformInfo.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
e.g. |
Inherited Methods
Public Methods
public PlatformInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public PlatformInfo.Builder clearVersion ()
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6;
public String getBits ()
e.g. '64bit'
string bits = 1;
public com.google.protobuf.ByteString getBitsBytes ()
e.g. '64bit'
string bits = 1;
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;
public com.google.protobuf.ByteString getLinkageBytes ()
e.g. 'ELF'
string linkage = 2;
public String getMachine ()
e.g. 'i386'
string machine = 3;
public com.google.protobuf.ByteString getMachineBytes ()
e.g. 'i386'
string machine = 3;
public String 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;
public String getSystem ()
e.g. 'Linux'
string system = 5;
public com.google.protobuf.ByteString getSystemBytes ()
e.g. 'Linux'
string system = 5;
public String 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;
public final boolean isInitialized ()
public PlatformInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final PlatformInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public PlatformInfo.Builder setBitsBytes (com.google.protobuf.ByteString value)
e.g. '64bit'
string bits = 1;
public PlatformInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public PlatformInfo.Builder setLinkageBytes (com.google.protobuf.ByteString value)
e.g. 'ELF'
string linkage = 2;
public PlatformInfo.Builder setMachineBytes (com.google.protobuf.ByteString value)
e.g. 'i386'
string machine = 3;
public PlatformInfo.Builder setReleaseBytes (com.google.protobuf.ByteString value)
e.g. '3.13.0-76-generic'
string release = 4;
public PlatformInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public PlatformInfo.Builder setSystemBytes (com.google.protobuf.ByteString value)
e.g. 'Linux'
string system = 5;
public final PlatformInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public PlatformInfo.Builder setVersion (String value)
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6;
public PlatformInfo.Builder setVersionBytes (com.google.protobuf.ByteString value)
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6;