パブリック最終クラス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 | newBuilder () |
| 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情報ビルダー | toビルダー() |
| 空所 | 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; 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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|