GPUInfo

classe final pública GPUInfo

tensorflow.GPUInfo type tensorflow.GPUInfo

Classes aninhadas

aula GPUInfo.Builder tensorflow.GPUInfo type tensorflow.GPUInfo

Constantes

int BUS_ID_FIELD_NUMBER
int MODEL_FIELD_NUMBER
int UUID_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
Fragmento
getBusId ()
 e.g.
com.google.protobuf.ByteString
getBusIdBytes ()
 e.g.
GPUInfo estático
GPUInfo
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getModel ()
 e.g.
com.google.protobuf.ByteString
getModelBytes ()
 e.g.
int
final com.google.protobuf.UnknownFieldSet
Fragmento
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;
int
final booleano
GPUInfo.Builder estático
newBuilder (protótipo GPUInfo )
GPUInfo.Builder estático
GPUInfo.Builder
GPUInfo estático
parseDelimitedFrom (input InputStream)
GPUInfo estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUInfo estático
parseFrom (dados ByteBuffer)
GPUInfo estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUInfo estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUInfo estático
parseFrom (com.google.protobuf.CodedInputStream input)
GPUInfo estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUInfo estático
parseFrom (com.google.protobuf.ByteString data)
GPUInfo estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GPUInfo estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
GPUInfo.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int BUS_ID_FIELD_NUMBER

Valor Constante: 3

public static final int MODEL_FIELD_NUMBER

Valor Constante: 1

public static final int UUID_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public String getBusId ()

 e.g. "0000:04:00.0"
 
string bus_id = 3;

public com.google.protobuf.ByteString getBusIdBytes ()

 e.g. "0000:04:00.0"
 
string bus_id = 3;

public static GPUInfo getDefaultInstance ()

public GPUInfo getDefaultInstanceForType ()

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

public String getModel ()

 e.g. "Tesla K40c"
 
string model = 1;

public com.google.protobuf.ByteString getModelBytes ()

 e.g. "Tesla K40c"
 
string model = 1;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public String getUuid ()

 Final entry in output of "nvidia-smi -L"
 
string uuid = 2;

public com.google.protobuf.ByteString getUuidBytes ()

 Final entry in output of "nvidia-smi -L"
 
string uuid = 2;

public int hashCode ()

public final boolean isInitialized ()

public static GPUInfo.Builder newBuilder (protótipo GPUInfo )

public static GPUInfo.Builder newBuilder ()

public GPUInfo.Builder newBuilderForType ()

public static GPUInfo parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static GPUInfo parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public GPUInfo.Builder toBuilder ()

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

Lança
IOException