classe final pública PlatformInfo
Tipo de protobuf tensorflow.PlatformInfo
Classes aninhadas
| aula | PlatformInfo.Builder | Tipo de protobuf tensorflow.PlatformInfo | |
Constantes
| interno | BITS_FIELD_NUMBER | |
| interno | LINKAGE_FIELD_NUMBER | |
| interno | MACHINE_FIELD_NUMBER | |
| interno | RELEASE_FIELD_NUMBER | |
| interno | SYSTEM_FIELD_NUMBER | |
| interno | VERSION_FIELD_NUMBER |
Métodos Públicos
| booleano | é igual (objeto obj) |
| Corda | obterBits () e.g. |
| com.google.protobuf.ByteString | getBitsBytes () e.g. |
| informações estáticas da plataforma | |
| Informações da plataforma | |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| Corda | getLinkage () e.g. |
| com.google.protobuf.ByteString | getLinkageBytes () e.g. |
| Corda | obterMáquina () e.g. |
| com.google.protobuf.ByteString | getMachineBytes () e.g. |
| Corda | getRelease () e.g. |
| com.google.protobuf.ByteString | getReleaseBytes () e.g. |
| interno | |
| Corda | getSystem () e.g. |
| com.google.protobuf.ByteString | getSystemBytes () e.g. |
| final com.google.protobuf.UnknownFieldSet | |
| Corda | getVersão () e.g. |
| com.google.protobuf.ByteString | getVersionBytes () e.g. |
| interno | código hash () |
| booleano final | |
| PlatformInfo.Builder estático | newBuilder (protótipo PlatformInfo ) |
| PlatformInfo.Builder estático | |
| PlatformInfo.Builder | |
| informações estáticas da plataforma | parseDelimitedFrom (entrada InputStream) |
| informações estáticas da plataforma | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| informações estáticas da plataforma | parseFrom (dados de ByteBuffer) |
| informações estáticas da plataforma | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| informações estáticas da plataforma | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| informações estáticas da plataforma | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| informações estáticas da plataforma | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| informações estáticas da plataforma | parseFrom (dados com.google.protobuf.ByteString) |
| informações estáticas da plataforma | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| informações estáticas da plataforma | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| PlatformInfo.Builder | |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int BITS_FIELD_NUMBER
Valor Constante: 1
int final estático público LINKAGE_FIELD_NUMBER
Valor Constante: 2
público estático final int MACHINE_FIELD_NUMBER
Valor Constante: 3
público estático final int RELEASE_FIELD_NUMBER
Valor Constante: 4
público estático final int SYSTEM_FIELD_NUMBER
Valor Constante: 5
público estático final int VERSION_FIELD_NUMBER
Valor Constante: 6
Métodos Públicos
booleano público é igual (Object obj)
String pública getBits ()
e.g. '64bit'
string bits = 1; público com.google.protobuf.ByteString getBitsBytes ()
e.g. '64bit'
string bits = 1; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getLinkage ()
e.g. 'ELF'
string linkage = 2; público com.google.protobuf.ByteString getLinkageBytes ()
e.g. 'ELF'
string linkage = 2; String pública getMáquina ()
e.g. 'i386'
string machine = 3; público com.google.protobuf.ByteString getMachineBytes ()
e.g. 'i386'
string machine = 3; público getParserForType ()
String pública getRelease ()
e.g. '3.13.0-76-generic'
string release = 4; público com.google.protobuf.ByteString getReleaseBytes ()
e.g. '3.13.0-76-generic'
string release = 4; público int getSerializedSize ()
String pública getSystem ()
e.g. 'Linux'
string system = 5; público com.google.protobuf.ByteString getSystemBytes ()
e.g. 'Linux'
string system = 5; final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
String pública getVersion ()
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6; público com.google.protobuf.ByteString getVersionBytes ()
e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
string version = 6; hashCode int público ()
público final booleano isInitialized ()
public static PlatformInfo parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static PlatformInfo parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static PlatformInfo parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static PlatformInfo parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
| IOException |
|---|
public static PlatformInfo parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static PlatformInfo parseFrom (dados com.google.protobuf.ByteString)
Lança
| InvalidProtocolBufferException |
|---|
public static PlatformInfo parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static PlatformInfo parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|