MachineConfigurationOrBuilder

interface pública MachineConfigurationOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

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

Métodos Públicos

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 (índice interno )

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

Lista de resumos pública <? estende 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 (índice interno )

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

Lista de resumos pública <? estende 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;