public final class
PlatformInfo
Protobuf type tensorflow.PlatformInfo
Nested Classes
class | PlatformInfo.Builder | Protobuf type tensorflow.PlatformInfo
|
Constants
int | BITS_FIELD_NUMBER | |
int | LINKAGE_FIELD_NUMBER | |
int | MACHINE_FIELD_NUMBER | |
int | RELEASE_FIELD_NUMBER | |
int | SYSTEM_FIELD_NUMBER | |
int | VERSION_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
String |
getBits()
e.g. |
com.google.protobuf.ByteString |
getBitsBytes()
e.g. |
static PlatformInfo | |
PlatformInfo | |
final static 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. |
int | |
String |
getSystem()
e.g. |
com.google.protobuf.ByteString |
getSystemBytes()
e.g. |
final com.google.protobuf.UnknownFieldSet | |
String |
getVersion()
e.g. |
com.google.protobuf.ByteString |
getVersionBytes()
e.g. |
int |
hashCode()
|
final boolean | |
static PlatformInfo.Builder |
newBuilder(PlatformInfo prototype)
|
static PlatformInfo.Builder | |
PlatformInfo.Builder | |
static PlatformInfo |
parseDelimitedFrom(InputStream input)
|
static PlatformInfo |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static PlatformInfo |
parseFrom(ByteBuffer data)
|
static PlatformInfo |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static PlatformInfo |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static PlatformInfo |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static PlatformInfo |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static PlatformInfo |
parseFrom(com.google.protobuf.ByteString data)
|
static PlatformInfo |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static PlatformInfo |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
PlatformInfo.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int BITS_FIELD_NUMBER
Constant Value:
1
public static final int LINKAGE_FIELD_NUMBER
Constant Value:
2
public static final int MACHINE_FIELD_NUMBER
Constant Value:
3
public static final int RELEASE_FIELD_NUMBER
Constant Value:
4
public static final int SYSTEM_FIELD_NUMBER
Constant Value:
5
public static final int VERSION_FIELD_NUMBER
Constant Value:
6
Public Methods
public boolean equals (Object obj)
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 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
getParserForType
()
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 int getSerializedSize ()
public String getSystem ()
e.g. 'Linux'
string system = 5;
public com.google.protobuf.ByteString getSystemBytes ()
e.g. 'Linux'
string system = 5;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
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 int hashCode ()
public final boolean isInitialized ()
public static PlatformInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static PlatformInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static PlatformInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static PlatformInfo parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static PlatformInfo parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static PlatformInfo parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static PlatformInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static PlatformInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|