パブリック最終クラスDeviceLocality
Protobuf 型tensorflow.DeviceLocality
ネストされたクラス
| クラス | DeviceLocality.Builder | Protobuf 型tensorflow.DeviceLocality | |
定数
| 整数 | BUS_ID_FIELD_NUMBER | |
| 整数 | LINKS_FIELD_NUMBER | |
| 整数 | NUMA_NODE_FIELD_NUMBER |
パブリックメソッド
| ブール値 | 等しい(オブジェクトオブジェクト) |
| 整数 | getBusId () Optional bus locality of device. |
| 静的なデバイスの場所 | |
| デバイスの場所 | |
| 最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
| ローカルリンク | getLinks () Optional local interconnect links to other devices. |
| LocalLinksOrBuilder | getLinksOrBuilder () Optional local interconnect links to other devices. |
| 整数 | getNumaNode () Optional NUMA locality of device. |
| 整数 | |
| 最終的な com.google.protobuf.UnknownFieldSet | |
| ブール値 | リンクあり() Optional local interconnect links to other devices. |
| 整数 | ハッシュコード() |
| 最終ブール値 | |
| 静的DeviceLocality.Builder | newBuilder () |
| 静的DeviceLocality.Builder | newBuilder ( DeviceLocalityプロトタイプ) |
| DeviceLocality.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) |
| 静的 | パーサー() |
| DeviceLocality.Builder | toビルダー() |
| 空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
public static Final int BUS_ID_FIELD_NUMBER
定数値: 1
パブリック静的最終整数LINKS_FIELD_NUMBER
定数値: 3
パブリック静的最終整数NUMA_NODE_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public int getBusId ()
Optional bus locality of device. Default value of 0 means no specific locality. Specific localities are indexed from 1.
int32 bus_id = 1; public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public LocalLinks getLinks ()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3; public LocalLinksOrBuilder getLinksOrBuilder ()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3; public int getNumaNode ()
Optional NUMA locality of device.
int32 numa_node = 2; 公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasLinks ()
Optional local interconnect links to other devices.
.tensorflow.LocalLinks links = 3; public int hashCode ()
パブリック最終ブール値isInitialized ()
public static DeviceLocality parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DeviceLocality parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DeviceLocality parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static DeviceLocality parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
public static DeviceLocality parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| IO例外 |
|---|
public static DeviceLocality parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
| 無効なプロトコルバッファ例外 |
|---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
| IO例外 |
|---|