Interface MachineConfigurationOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
MachineConfiguration, MachineConfiguration.Builder

public interface MachineConfigurationOrBuilder extends MessageOrBuilder
  • 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

      CPUInfo getCpuInfo()
      CPU Information.
      
      .tensorflow.CPUInfo cpu_info = 3;
      Returns:
      The cpuInfo.
    • getCpuInfoOrBuilder

      CPUInfoOrBuilder getCpuInfoOrBuilder()
      CPU Information.
      
      .tensorflow.CPUInfo cpu_info = 3;
    • getDeviceInfoList

      List<Any> getDeviceInfoList()
      Other devices that are attached and relevant (e.g. GPUInfo).
      
      repeated .google.protobuf.Any device_info = 4;
    • getDeviceInfo

      Any getDeviceInfo(int index)
      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

      AnyOrBuilder getDeviceInfoOrBuilder(int index)
      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

      AvailableDeviceInfo getAvailableDeviceInfo(int index)
      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

      AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder(int index)
      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

      MemoryInfo getMemoryInfo()
      .tensorflow.MemoryInfo memory_info = 6;
      Returns:
      The memoryInfo.
    • getMemoryInfoOrBuilder

      MemoryInfoOrBuilder getMemoryInfoOrBuilder()
      .tensorflow.MemoryInfo memory_info = 6;