MachineConfigurationOrBuilder

public interface MachineConfigurationOrBuilder
Known Indirect Subclasses

Public Methods

abstract AvailableDeviceInfo
getAvailableDeviceInfo(int index)
 Devices accessible to the test (e.g.
abstract int
getAvailableDeviceInfoCount()
 Devices accessible to the test (e.g.
abstract List<AvailableDeviceInfo>
getAvailableDeviceInfoList()
 Devices accessible to the test (e.g.
abstract AvailableDeviceInfoOrBuilder
getAvailableDeviceInfoOrBuilder(int index)
 Devices accessible to the test (e.g.
abstract List<? extends AvailableDeviceInfoOrBuilder>
getAvailableDeviceInfoOrBuilderList()
 Devices accessible to the test (e.g.
abstract CPUInfo
getCpuInfo()
 CPU Information.
abstract CPUInfoOrBuilder
getCpuInfoOrBuilder()
 CPU Information.
abstract com.google.protobuf.Any
getDeviceInfo(int index)
 Other devices that are attached and relevant (e.g.
abstract int
getDeviceInfoCount()
 Other devices that are attached and relevant (e.g.
abstract List<Any>
getDeviceInfoList()
 Other devices that are attached and relevant (e.g.
abstract com.google.protobuf.AnyOrBuilder
getDeviceInfoOrBuilder(int index)
 Other devices that are attached and relevant (e.g.
abstract List<? extends AnyOrBuilder>
getDeviceInfoOrBuilderList()
 Other devices that are attached and relevant (e.g.
abstract String
getHostname()
 Host name of machine that ran the benchmark.
abstract com.google.protobuf.ByteString
getHostnameBytes()
 Host name of machine that ran the benchmark.
abstract MemoryInfo
getMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;
abstract MemoryInfoOrBuilder
getMemoryInfoOrBuilder()
.tensorflow.MemoryInfo memory_info = 6;
abstract PlatformInfo
getPlatformInfo()
 Additional platform information.
abstract PlatformInfoOrBuilder
getPlatformInfoOrBuilder()
 Additional platform information.
abstract String
getSerialIdentifier()
 Unique serial number of the machine.
abstract com.google.protobuf.ByteString
getSerialIdentifierBytes()
 Unique serial number of the machine.
abstract boolean
hasCpuInfo()
 CPU Information.
abstract boolean
hasMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;
abstract boolean
hasPlatformInfo()
 Additional platform information.

Public Methods

public abstract AvailableDeviceInfo getAvailableDeviceInfo (int index)

 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;

public abstract AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder (int index)

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

public abstract List<? extends AvailableDeviceInfoOrBuilder> getAvailableDeviceInfoOrBuilderList ()

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

public abstract CPUInfo getCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

public abstract CPUInfoOrBuilder getCpuInfoOrBuilder ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

public abstract com.google.protobuf.Any getDeviceInfo (int index)

 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;

public abstract List<Any> getDeviceInfoList ()

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

public abstract com.google.protobuf.AnyOrBuilder getDeviceInfoOrBuilder (int index)

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

public abstract List<? extends AnyOrBuilder> getDeviceInfoOrBuilderList ()

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

public abstract String getHostname ()

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

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

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

public abstract MemoryInfo getMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

public abstract MemoryInfoOrBuilder getMemoryInfoOrBuilder ()

.tensorflow.MemoryInfo memory_info = 6;

public abstract PlatformInfo getPlatformInfo ()

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

public abstract 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;

public abstract boolean 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;