GPUInfo

パブリック最終クラスGPUInfo

Protobuf 型tensorflow.GPUInfo

ネストされたクラス

クラスGPU情報ビルダーProtobuf 型tensorflow.GPUInfo

定数

整数BUS_ID_FIELD_NUMBER
整数MODEL_FIELD_NUMBER
整数UUID_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
getBusId ()
 e.g.
com.google.protobuf.ByteString
getBusIdBytes ()
 e.g.
静的GPU情報
GPU情報
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getModel ()
 e.g.
com.google.protobuf.ByteString
getModelBytes ()
 e.g.
整数
最終的な com.google.protobuf.UnknownFieldSet
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;
整数
最終ブール値
静的GPUInfo.Builder
newBuilder ( GPUInfoプロトタイプ)
静的GPUInfo.Builder
GPU情報ビルダー
静的GPU情報
parseDelimitedFrom (InputStream 入力)
静的GPU情報
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GPU情報
parseFrom (ByteBuffer データ)
静的GPU情報
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GPU情報
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GPU情報
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的GPU情報
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GPU情報
parseFrom (com.google.protobuf.ByteString データ)
静的GPU情報
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的GPU情報
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
GPU情報ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int BUS_ID_FIELD_NUMBER

定数値: 3

パブリック静的最終整数MODEL_FIELD_NUMBER

定数値: 1

パブリック静的最終整数UUID_FIELD_NUMBER

定数値: 2

パブリックメソッド

public booleanに等しい(オブジェクト obj)

パブリック 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;

パブリック静的GPUInfo getDefaultInstance ()

public GPUInfo getDefaultInstanceForType ()

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

パブリック String getModel ()

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

public com.google.protobuf.ByteString getModelBytes ()

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

公共getParserForType ()

public int getSerializedSize ()

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

パブリック 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 ()

パブリック最終ブール値isInitialized ()

public static GPUInfo.Builder newBuilder ( GPUInfoプロトタイプ)

public static GPUInfo.Builder newBuilder ()

public GPUInfo.Builder newBuilderForType ()

public static GPUInfo parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static GPUInfo parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GPUInfo parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static GPUInfo parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GPUInfo parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static GPUInfo parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static GPUInfo parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static GPUInfo parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static GPUInfo parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static GPUInfo parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public GPUInfo.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外