パブリック最終クラスAvailableDeviceInfo
Matches DeviceAttributes
tensorflow.AvailableDeviceInfo
ネストされたクラス
クラス | 利用可能なデバイス情報ビルダー | Matches DeviceAttributes tensorflow.AvailableDeviceInfo |
定数
整数 | MEMORY_LIMIT_FIELD_NUMBER | |
整数 | NAME_FIELD_NUMBER | |
整数 | PHYSICAL_DESCRIPTION_FIELD_NUMBER | |
整数 | TYPE_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
静的AvailableDeviceInfo | |
利用可能なデバイス情報 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
長さ | getMemoryLimit () Memory capacity in bytes. |
弦 | getName () Device name. |
com.google.protobuf.ByteString | getNameBytes () Device name. |
弦 | getPhysicalDescription () The physical description of this device. |
com.google.protobuf.ByteString | getPhysicalDescriptionBytes () The physical description of this device. |
整数 | |
弦 | getType () Device type, e.g. |
com.google.protobuf.ByteString | getTypeBytes () Device type, e.g. |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的AvailableDeviceInfo.Builder | newBuilder ( AvailableDeviceInfoプロトタイプ) |
静的AvailableDeviceInfo.Builder | newBuilder () |
利用可能なデバイス情報ビルダー | |
静的AvailableDeviceInfo | parseDelimitedFrom (InputStream 入力) |
静的AvailableDeviceInfo | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的AvailableDeviceInfo | parseFrom (ByteBuffer データ) |
静的AvailableDeviceInfo | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的AvailableDeviceInfo | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的AvailableDeviceInfo | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的AvailableDeviceInfo | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的AvailableDeviceInfo | parseFrom (com.google.protobuf.ByteString データ) |
静的AvailableDeviceInfo | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的AvailableDeviceInfo | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
利用可能なデバイス情報ビルダー | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数MEMORY_LIMIT_FIELD_NUMBER
定数値: 3
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 1
public static Final int PHYSICAL_DESCRIPTION_FIELD_NUMBER
定数値: 4
パブリック静的最終整数TYPE_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public long getMemoryLimit ()
Memory capacity in bytes.
int64 memory_limit = 3;
public String getName ()
Device name.
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
Device name.
string name = 1;
公共 getParserForType ()
public String getPhysicalDescription ()
The physical description of this device.
string physical_description = 4;
public com.google.protobuf.ByteString getPhysicalDescriptionBytes ()
The physical description of this device.
string physical_description = 4;
public int getSerializedSize ()
パブリック String getType ()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;
public com.google.protobuf.ByteString getTypeBytes ()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static AvailableDeviceInfo parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static AvailableDeviceInfo parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static AvailableDeviceInfo parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static AvailableDeviceInfo parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static AvailableDeviceInfo parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static AvailableDeviceInfo parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|