パブリック最終クラス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 | newBuilder () |
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 | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 1
パブリック静的最終整数PROPERTIES_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
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 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 parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
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 (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
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 void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|