MachineConfigurationOrBuilder

パブリック インターフェイスMachineConfigurationOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的なAvailableDeviceInfo
getAvailableDeviceInfo (int インデックス)
 Devices accessible to the test (e.g.
抽象整数
getAvailableDeviceInfoCount ()
 Devices accessible to the test (e.g.
抽象リスト<AvailableDeviceInfo>
getAvailableDeviceInfoList ()
 Devices accessible to the test (e.g.
抽象的なAvailableDeviceInfoOrBuilder
getAvailableDeviceInfoOrBuilder (int インデックス)
 Devices accessible to the test (e.g.
抽象リスト<? AvailableDeviceInfoOrBuilderを拡張 >
getAvailableDeviceInfoOrBuilderList ()
 Devices accessible to the test (e.g.
抽象的なCPU情報
getCpuInfo ()
 CPU Information.
抽象的なCPUInfoOrBuilder
getCpuInfoOrBuilder ()
 CPU Information.
抽象的な 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;
抽象MemoryInfoOrBuilder
getMemoryInfoOrBuilder ()
.tensorflow.MemoryInfo memory_info = 6;
抽象的なプラットフォーム情報
getプラットフォーム情報()
 Additional platform information.
抽象的なPlatformInfoOrBuilder
getPlatformInfoOrBuilder ()
 Additional platform information.
抽象文字列
getSerialIdentifier ()
 Unique serial number of the machine.
抽象的な com.google.protobuf.ByteString
getSerialIdentifierBytes ()
 Unique serial number of the machine.
抽象ブール値
hasCpuInfo ()
 CPU Information.
抽象ブール値
hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
抽象ブール値
プラットフォーム情報あり()
 Additional platform information.

パブリックメソッド

パブリック抽象AvailableDeviceInfo getAvailableDeviceInfo (intインデックス)

 Devices accessible to the test (e.g. as given by list_local_devices).
 
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;

public abstract int getAvailableDeviceInfoCount ()

 Devices accessible to the test (e.g. as given by list_local_devices).
 
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;

public abstract List <AvailableDeviceInfo> getAvailableDeviceInfoList ()

 Devices accessible to the test (e.g. as given by list_local_devices).
 
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;

パブリック抽象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;

パブリック抽象CPUInfo getCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

パブリック抽象CPUInfoOrBuilder getCpuInfoOrBuilder ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

パブリック抽象 com.google.protobuf.Any getDeviceInfo (int インデックス)

 Other devices that are attached and relevant (e.g. GPUInfo).
 
repeated .google.protobuf.Any device_info = 4;

public abstract int getDeviceInfoCount ()

 Other devices that are attached and relevant (e.g. GPUInfo).
 
repeated .google.protobuf.Any device_info = 4;

パブリック抽象 List<Any> getDeviceInfoList ()

 Other devices that are attached and relevant (e.g. GPUInfo).
 
repeated .google.protobuf.Any device_info = 4;

パブリック抽象 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;

パブリック抽象文字列getHostname ()

 Host name of machine that ran the benchmark.
 
string hostname = 1;

パブリック抽象 com.google.protobuf.ByteString getHostnameBytes ()

 Host name of machine that ran the benchmark.
 
string hostname = 1;

パブリック抽象MemoryInfo getMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

パブリック抽象MemoryInfoOrBuilder getMemoryInfoOrBuilder ()

.tensorflow.MemoryInfo memory_info = 6;

パブリック抽象PlatformInfo getPlatformInfo ()

 Additional platform information.
 
.tensorflow.PlatformInfo platform_info = 2;

パブリック抽象PlatformInfoOrBuilder getPlatformInfoOrBuilder ()

 Additional platform information.
 
.tensorflow.PlatformInfo platform_info = 2;

public abstract String getSerialIdentifier ()

 Unique serial number of the machine.
 
string serial_identifier = 7;

public abstract com.google.protobuf.ByteString getSerialIdentifierBytes ()

 Unique serial number of the machine.
 
string serial_identifier = 7;

パブリック抽象ブール値hasCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

public abstract boolean hasMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

public abstract boolean hasPlatformInfo ()

 Additional platform information.
 
.tensorflow.PlatformInfo platform_info = 2;