パブリック最終クラスMachineConfiguration
Protobuf 型tensorflow.MachineConfiguration
ネストされたクラス
クラス | MachineConfiguration.Builder | Protobuf 型tensorflow.MachineConfiguration |
定数
整数 | AVAILABLE_DEVICE_INFO_FIELD_NUMBER | |
整数 | CPU_INFO_FIELD_NUMBER | |
整数 | DEVICE_INFO_FIELD_NUMBER | |
整数 | HOSTNAME_FIELD_NUMBER | |
整数 | MEMORY_INFO_FIELD_NUMBER | |
整数 | PLATFORM_INFO_FIELD_NUMBER | |
整数 | SERIAL_IDENTIFIER_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
利用可能なデバイス情報 | getAvailableDeviceInfo (int インデックス) Devices accessible to the test (e.g. |
整数 | getAvailableDeviceInfoCount () Devices accessible to the test (e.g. |
リスト<利用可能なデバイス情報> | getAvailableDeviceInfoList () Devices accessible to the test (e.g. |
利用可能なデバイス情報またはビルダー | getAvailableDeviceInfoOrBuilder (int インデックス) Devices accessible to the test (e.g. |
リスト<? AvailableDeviceInfoOrBuilderを拡張 > | getAvailableDeviceInfoOrBuilderList () Devices accessible to the test (e.g. |
CPU情報 | getCpuInfo () CPU Information. |
CPU情報またはビルダー | getCpuInfoOrBuilder () CPU Information. |
静的マシン構成 | |
マシン構成 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Any | getDeviceInfo (int インデックス) Other devices that are attached and relevant (e.g. |
整数 | getDeviceInfoCount () Other devices that are attached and relevant (e.g. |
リスト<任意> | getDeviceInfoList () Other devices that are attached and relevant (e.g. |
com.google.protobuf.AnyOrBuilder | getDeviceInfoOrBuilder (int インデックス) Other devices that are attached and relevant (e.g. |
リスト<? AnyOrBuilder を拡張> | getDeviceInfoOrBuilderList () Other devices that are attached and relevant (e.g. |
弦 | getホスト名() Host name of machine that ran the benchmark. |
com.google.protobuf.ByteString | getホスト名バイト() Host name of machine that ran the benchmark. |
メモリ情報 | getMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
メモリ情報またはビルダー | getMemoryInfoOrBuilder () .tensorflow.MemoryInfo memory_info = 6; |
プラットフォーム情報 | getプラットフォーム情報() Additional platform information. |
プラットフォーム情報またはビルダー | getPlatformInfoOrBuilder () Additional platform information. |
弦 | getSerialIdentifier () Unique serial number of the machine. |
com.google.protobuf.ByteString | getSerialIdentifierBytes () Unique serial number of the machine. |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
ブール値 | hasCpuInfo () CPU Information. |
ブール値 | hasMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
ブール値 | プラットフォーム情報あり() Additional platform information. |
整数 | ハッシュコード() |
最終ブール値 | |
静的MachineConfiguration.Builder | newBuilder ( MachineConfigurationプロトタイプ) |
静的MachineConfiguration.Builder | newBuilder () |
MachineConfiguration.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) |
静的 | パーサー() |
MachineConfiguration.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数AVAILABLE_DEVICE_INFO_FIELD_NUMBER
定数値: 5
パブリック静的最終整数CPU_INFO_FIELD_NUMBER
定数値: 3
パブリック静的最終整数DEVICE_INFO_FIELD_NUMBER
定数値: 4
パブリック静的最終整数HOSTNAME_FIELD_NUMBER
定数値: 1
パブリック静的最終整数MEMORY_INFO_FIELD_NUMBER
定数値: 6
パブリック静的最終整数PLATFORM_INFO_FIELD_NUMBER
定数値: 2
パブリック静的最終整数SERIAL_IDENTIFIER_FIELD_NUMBER
定数値: 7
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public AvailableDeviceInfo getAvailableDeviceInfo (int インデックス)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
public int getAvailableDeviceInfoCount ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
public List <AvailableDeviceInfo> getAvailableDeviceInfoList ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
public AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder (int インデックス)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
公開リスト<? extends AvailableDeviceInfoOrBuilder > getAvailableDeviceInfoOrBuilderList ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Any getDeviceInfo (int インデックス)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
public int getDeviceInfoCount ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
public List<Any> getDeviceInfoList ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
public com.google.protobuf.AnyOrBuilder getDeviceInfoOrBuilder (int インデックス)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
公開リスト<? extends AnyOrBuilder> getDeviceInfoOrBuilderList ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
パブリック String getHostname ()
Host name of machine that ran the benchmark.
string hostname = 1;
public com.google.protobuf.ByteString getHostnameBytes ()
Host name of machine that ran the benchmark.
string hostname = 1;
公共 getParserForType ()
public PlatformInfo getPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
public PlatformInfoOrBuilder getPlatformInfoOrBuilder ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
public String getSerialIdentifier ()
Unique serial number of the machine.
string serial_identifier = 7;
public com.google.protobuf.ByteString getSerialIdentifierBytes ()
Unique serial number of the machine.
string serial_identifier = 7;
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasCpuInfo ()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;
public boolean hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
public boolean hasPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static MachineConfiguration parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static MachineConfiguration parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static MachineConfiguration parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static MachineConfiguration parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static MachineConfiguration parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static MachineConfiguration parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|