GPUInfo

public final class GPUInfo

Protobuf type tensorflow.GPUInfo

Nested Classes

class GPUInfo.Builder Protobuf type tensorflow.GPUInfo  

Constants

int BUS_ID_FIELD_NUMBER
int MODEL_FIELD_NUMBER
int UUID_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
String
getBusId()
 e.g.
com.google.protobuf.ByteString
getBusIdBytes()
 e.g.
static GPUInfo
GPUInfo
final static com.google.protobuf.Descriptors.Descriptor
String
getModel()
 e.g.
com.google.protobuf.ByteString
getModelBytes()
 e.g.
int
final com.google.protobuf.UnknownFieldSet
String
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 boolean
static GPUInfo.Builder
newBuilder(GPUInfo prototype)
static GPUInfo.Builder
GPUInfo.Builder
static GPUInfo
parseDelimitedFrom(InputStream input)
static GPUInfo
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GPUInfo
parseFrom(ByteBuffer data)
static GPUInfo
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GPUInfo
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GPUInfo
parseFrom(com.google.protobuf.CodedInputStream input)
static GPUInfo
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GPUInfo
parseFrom(com.google.protobuf.ByteString data)
static GPUInfo
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GPUInfo
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
GPUInfo.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int BUS_ID_FIELD_NUMBER

Constant Value: 3

public static final int MODEL_FIELD_NUMBER

Constant Value: 1

public static final int UUID_FIELD_NUMBER

Constant Value: 2

Public Methods

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;

public 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 (GPUInfo prototype)

public static GPUInfo.Builder newBuilder ()

public GPUInfo.Builder newBuilderForType ()

public static GPUInfo parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static GPUInfo parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public GPUInfo.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException