Interface MachineConfigurationOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
MachineConfiguration, MachineConfiguration.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetAvailableDeviceInfo(int index) Devices accessible to the test (e.g. as given by list_local_devices).intDevices accessible to the test (e.g. as given by list_local_devices).Devices accessible to the test (e.g. as given by list_local_devices).getAvailableDeviceInfoOrBuilder(int index) Devices accessible to the test (e.g. as given by list_local_devices).List<? extends AvailableDeviceInfoOrBuilder> Devices accessible to the test (e.g. as given by list_local_devices).CPU Information.CPU Information.getDeviceInfo(int index) Other devices that are attached and relevant (e.g.intOther devices that are attached and relevant (e.g.Other devices that are attached and relevant (e.g.getDeviceInfoOrBuilder(int index) Other devices that are attached and relevant (e.g.List<? extends AnyOrBuilder> Other devices that are attached and relevant (e.g.Host name of machine that ran the benchmark.Host name of machine that ran the benchmark..tensorflow.MemoryInfo memory_info = 6;.tensorflow.MemoryInfo memory_info = 6;Additional platform information.Additional platform information.Unique serial number of the machine.Unique serial number of the machine.booleanCPU Information.boolean.tensorflow.MemoryInfo memory_info = 6;booleanAdditional platform information.Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getHostname
String getHostname()Host name of machine that ran the benchmark.
string hostname = 1;- Returns:
- The hostname.
-
getHostnameBytes
ByteString getHostnameBytes()Host name of machine that ran the benchmark.
string hostname = 1;- Returns:
- The bytes for hostname.
-
getSerialIdentifier
String getSerialIdentifier()Unique serial number of the machine.
string serial_identifier = 7;- Returns:
- The serialIdentifier.
-
getSerialIdentifierBytes
ByteString getSerialIdentifierBytes()Unique serial number of the machine.
string serial_identifier = 7;- Returns:
- The bytes for serialIdentifier.
-
hasPlatformInfo
boolean hasPlatformInfo()Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;- Returns:
- Whether the platformInfo field is set.
-
getPlatformInfo
PlatformInfo getPlatformInfo()Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;- Returns:
- The platformInfo.
-
getPlatformInfoOrBuilder
PlatformInfoOrBuilder getPlatformInfoOrBuilder()Additional platform information.
.tensorflow.PlatformInfo platform_info = 2; -
hasCpuInfo
boolean hasCpuInfo()CPU Information.
.tensorflow.CPUInfo cpu_info = 3;- Returns:
- Whether the cpuInfo field is set.
-
getCpuInfo
-
getCpuInfoOrBuilder
CPUInfoOrBuilder getCpuInfoOrBuilder()CPU Information.
.tensorflow.CPUInfo cpu_info = 3; -
getDeviceInfoList
-
getDeviceInfo
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4; -
getDeviceInfoCount
int getDeviceInfoCount()Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4; -
getDeviceInfoOrBuilderList
List<? extends AnyOrBuilder> getDeviceInfoOrBuilderList()Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4; -
getDeviceInfoOrBuilder
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4; -
getAvailableDeviceInfoList
List<AvailableDeviceInfo> getAvailableDeviceInfoList()Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5; -
getAvailableDeviceInfo
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5; -
getAvailableDeviceInfoCount
int getAvailableDeviceInfoCount()Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5; -
getAvailableDeviceInfoOrBuilderList
List<? extends AvailableDeviceInfoOrBuilder> getAvailableDeviceInfoOrBuilderList()Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5; -
getAvailableDeviceInfoOrBuilder
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5; -
hasMemoryInfo
boolean hasMemoryInfo().tensorflow.MemoryInfo memory_info = 6;- Returns:
- Whether the memoryInfo field is set.
-
getMemoryInfo
-
getMemoryInfoOrBuilder
MemoryInfoOrBuilder getMemoryInfoOrBuilder().tensorflow.MemoryInfo memory_info = 6;
-