PlatformInfo

classe final pública PlatformInfo

tensorflow.PlatformInfo type tensorflow.PlatformInfo

Classes aninhadas

aula PlatformInfo.Builder tensorflow.PlatformInfo type tensorflow.PlatformInfo

Constantes

int BITS_FIELD_NUMBER
int LINKAGE_FIELD_NUMBER
int MACHINE_FIELD_NUMBER
int RELEASE_FIELD_NUMBER
int SYSTEM_FIELD_NUMBER
int VERSION_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
Fragmento
getBits ()
 e.g.
com.google.protobuf.ByteString
getBitsBytes ()
 e.g.
PlatformInfo estático
PlatformInfo
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getLinkage ()
 e.g.
com.google.protobuf.ByteString
Fragmento
getMachine ()
 e.g.
com.google.protobuf.ByteString
getMachineBytes ()
 e.g.
Fragmento
getRelease ()
 e.g.
com.google.protobuf.ByteString
int
Fragmento
getSystem ()
 e.g.
com.google.protobuf.ByteString
final com.google.protobuf.UnknownFieldSet
Fragmento
getVersion ()
 e.g.
com.google.protobuf.ByteString
int
final booleano
static PlatformInfo.Builder
newBuilder (protótipo PlatformInfo )
static PlatformInfo.Builder
PlatformInfo.Builder
PlatformInfo estático
parseDelimitedFrom (input InputStream)
PlatformInfo estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PlatformInfo estático
parseFrom (dados ByteBuffer)
PlatformInfo estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PlatformInfo estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PlatformInfo estático
parseFrom (com.google.protobuf.CodedInputStream input)
PlatformInfo estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PlatformInfo estático
parseFrom (com.google.protobuf.ByteString data)
PlatformInfo estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PlatformInfo estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
PlatformInfo.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int BITS_FIELD_NUMBER

Valor Constante: 1

public static final int LINKAGE_FIELD_NUMBER

Valor constante: 2

public static final int MACHINE_FIELD_NUMBER

Valor Constante: 3

public static final int RELEASE_FIELD_NUMBER

Valor constante: 4

public static final int SYSTEM_FIELD_NUMBER

Valor constante: 5

public static final int VERSION_FIELD_NUMBER

Valor constante: 6

Métodos Públicos

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 PlatformInfo getDefaultInstance ()

public PlatformInfo getDefaultInstanceForType ()

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

public String getLinkage ()

Ligação de string linkage = 2;

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

public com.google.protobuf.ByteString getLinkageBytes ()

Ligação de string linkage = 2;

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

public String getMachine ()

Máquina de string machine = 3;

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

public com.google.protobuf.ByteString getMachineBytes ()

Máquina de string machine = 3;

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

público 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.Builder newBuilder (protótipo PlatformInfo )

public static PlatformInfo.Builder newBuilder ()

public PlatformInfo.Builder newBuilderForType ()

public static PlatformInfo parseDelimitedFrom (InputStream input)

Lança
IOException

public static PlatformInfo parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static PlatformInfo parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static PlatformInfo parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static PlatformInfo parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static PlatformInfo parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static PlatformInfo parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static PlatformInfo parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static PlatformInfo parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static PlatformInfo parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public PlatformInfo.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException