classe final pública GPUInfo
Tipo de protobuf tensorflow.GPUInfo
Classes aninhadas
aula | GPUInfo.Builder | Tipo de protobuf tensorflow.GPUInfo |
Constantes
interno | BUS_ID_FIELD_NUMBER | |
interno | MODEL_FIELD_NUMBER | |
interno | UUID_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
Corda | getBusId () e.g. |
com.google.protobuf.ByteString | getBusIdBytes () e.g. |
GPUInfo estático | |
Informações sobre GPU | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | getModel () e.g. |
com.google.protobuf.ByteString | getModelBytes () e.g. |
interno | |
final com.google.protobuf.UnknownFieldSet | |
Corda | getUuid () Final entry in output of "nvidia-smi -L" string uuid = 2; |
com.google.protobuf.ByteString | getUuidBytes () Final entry in output of "nvidia-smi -L" string uuid = 2; |
interno | código hash () |
booleano final | |
GPUInfo.Builder estático | newBuilder (protótipo GPUInfo ) |
GPUInfo.Builder estático | |
GPUInfo.Builder | |
GPUInfo estático | parseDelimitedFrom (entrada InputStream) |
GPUInfo estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GPUInfo estático | parseFrom (dados de ByteBuffer) |
GPUInfo estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GPUInfo estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GPUInfo estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
GPUInfo estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GPUInfo estático | parseFrom (dados com.google.protobuf.ByteString) |
GPUInfo estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GPUInfo estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
GPUInfo.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int BUS_ID_FIELD_NUMBER
Valor Constante: 3
int final estático público MODEL_FIELD_NUMBER
Valor Constante: 1
público estático final int UUID_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público é igual (Object obj)
String pública getBusId ()
e.g. "0000:04:00.0"
string bus_id = 3;
público com.google.protobuf.ByteString getBusIdBytes ()
e.g. "0000:04:00.0"
string bus_id = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getModel ()
e.g. "Tesla K40c"
string model = 1;
público com.google.protobuf.ByteString getModelBytes ()
e.g. "Tesla K40c"
string model = 1;
público getParserForType ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
String pública getUuid ()
Final entry in output of "nvidia-smi -L"
string uuid = 2;
público com.google.protobuf.ByteString getUuidBytes ()
Final entry in output of "nvidia-smi -L"
string uuid = 2;
hashCode int público ()
público final booleano isInitialized ()
public static GPUInfo parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GPUInfo parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GPUInfo parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static GPUInfo parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
GPUInfo estático público parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static GPUInfo parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static GPUInfo 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 |
---|