NamedDevice

パブリック最終クラスNamedDevice

Protobuf 型tensorflow.NamedDevice

ネストされたクラス

クラスNamedDevice.Builder Protobuf 型tensorflow.NamedDevice

定数

整数NAME_FIELD_NUMBER
整数PROPERTIES_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的な名前付きデバイス
名前付きデバイス
最終的な静的 com.google.protobuf.Descriptors.Descriptor
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
デバイスのプロパティ
getProperties ()
.tensorflow.DeviceProperties properties = 2;
デバイスのプロパティまたはビルダー
getPropertiesOrBuilder ()
.tensorflow.DeviceProperties properties = 2;
整数
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasProperties ()
.tensorflow.DeviceProperties properties = 2;
整数
最終ブール値
静的NamedDevice.Builder
newBuilder ( NamedDeviceプロトタイプ)
静的NamedDevice.Builder
NamedDevice.Builder
静的な名前付きデバイス
parseDelimitedFrom (InputStream 入力)
静的な名前付きデバイス
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な名前付きデバイス
parseFrom (ByteBuffer データ)
静的な名前付きデバイス
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な名前付きデバイス
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な名前付きデバイス
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的な名前付きデバイス
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な名前付きデバイス
parseFrom (com.google.protobuf.ByteString データ)
静的な名前付きデバイス
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な名前付きデバイス
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
NamedDevice.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

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

定数値: 1

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

定数値: 2

パブリックメソッド

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

public static NamedDevice getDefaultInstance ()

public NamedDevice getDefaultInstanceForType ()

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

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

公共getParserForType ()

public DeviceProperties getProperties ()

.tensorflow.DeviceProperties properties = 2;

public DevicePropertiesOrBuilder getPropertiesOrBuilder ()

.tensorflow.DeviceProperties properties = 2;

public int getSerializedSize ()

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

public boolean hasProperties ()

.tensorflow.DeviceProperties properties = 2;

public int hashCode ()

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

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

public static NamedDevice.Builder newBuilder ()

public NamedDevice.Builder newBuilderForType ()

public static NamedDevice parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static NamedDevice parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

投げる
IO例外

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

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

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

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

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

投げる
IO例外

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

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

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

public NamedDevice.Builder toBuilder ()

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

投げる
IO例外