AvailableDeviceInfo

パブリック最終クラスAvailableDeviceInfo

 Matches DeviceAttributes
 
Protobuf 型tensorflow.AvailableDeviceInfo

ネストされたクラス

クラス利用可能なデバイス情報ビルダー
 Matches DeviceAttributes
 
Protobuf 型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
利用可能なデバイス情報ビルダー
静的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)
静的
利用可能なデバイス情報ビルダー
空所
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)

パブリック静的AvailableDeviceInfo getDefaultInstance ()

public AvailableDeviceInfo getDefaultInstanceForType ()

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.Builder newBuilder ( AvailableDeviceInfoプロトタイプ)

パブリック静的AvailableDeviceInfo.Builder newBuilder ()

public AvailableDeviceInfo.Builder newBuilderForType ()

public static AvailableDeviceInfo parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static AvailableDeviceInfo parseFrom (ByteBuffer データ)

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

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 (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

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

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

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

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

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 AvailableDeviceInfo.Builder toBuilder ()

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

投げる
IO例外