DeviceLocality

パブリック最終クラス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
静的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
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int BUS_ID_FIELD_NUMBER

定数値: 1

定数値: 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 DeviceLocality getDefaultInstance ()

public DeviceLocality getDefaultInstanceForType ()

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

 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 ()

 Optional local interconnect links to other devices.
 
.tensorflow.LocalLinks links = 3;

public int hashCode ()

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

public static DeviceLocality.Builder newBuilder ()

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

public DeviceLocality.Builder newBuilderForType ()

public static DeviceLocality parseDelimitedFrom (InputStream 入力)

投げる
IO例外

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

投げる
IO例外

public static DeviceLocality parseFrom (ByteBuffer データ)

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

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

投げる
IO例外

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

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

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

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

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

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

投げる
IO例外