MachineConfigurationOrBuilder

interface pública MachineConfigurationOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

resumo AvailableDeviceInfo
getAvailableDeviceInfo (índice interno)
 Devices accessible to the test (e.g.
abstrato int
getAvailableDeviceInfoCount ()
 Devices accessible to the test (e.g.
Lista abstrata< AvailableDeviceInfo >
getAvailableDeviceInfoList ()
 Devices accessible to the test (e.g.
resumo AvailableDeviceInfoOrBuilder
getAvailableDeviceInfoOrBuilder (índice interno)
 Devices accessible to the test (e.g.
lista abstrata<? estende AvailableDeviceInfoOrBuilder >
getAvailableDeviceInfoOrBuilderList ()
 Devices accessible to the test (e.g.
CPUInfo abstrato
getCpuInfo ()
 CPU Information.
CPUInfoOrBuilder abstrato
getCpuInfoOrBuilder ()
 CPU Information.
abstrato com.google.protobuf.Any
getDeviceInfo (índice interno)
 Other devices that are attached and relevant (e.g.
abstrato int
getDeviceInfoCount ()
 Other devices that are attached and relevant (e.g.
lista abstrata<qualquer>
getDeviceInfoList ()
 Other devices that are attached and relevant (e.g.
resumo 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.
cadeia abstrata
getNomedohost ()
 Host name of machine that ran the benchmark.
abstrato com.google.protobuf.ByteString
getHostnameBytes ()
 Host name of machine that ran the benchmark.
Resumo MemoryInfo
getMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
Resumo MemoryInfoOrBuilder
getMemoryInfoOrBuilder ()
.tensorflow.MemoryInfo memory_info = 6;
informações abstratas da plataforma
getPlatformInfo ()
 Additional platform information.
abstrato PlatformInfoOrBuilder
getPlatformInfoOrBuilder ()
 Additional platform information.
cadeia abstrata
getSerialIdentifier ()
 Unique serial number of the machine.
abstrato 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

resumo público AvailableDeviceInfo getAvailableDeviceInfo (índice int)

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

público abstrato int getAvailableDeviceInfoCount ()

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

Lista abstrata pública< AvailableDeviceInfo > getAvailableDeviceInfoList ()

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

resumo público AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder (índice int)

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

lista abstrata 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;

público abstrato CPUInfo getCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

público abstrato CPUInfoOrBuilder getCpuInfoOrBuilder ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

resumo público com.google.protobuf.Any getDeviceInfo (índice int)

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

resumo público int getDeviceInfoCount ()

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

lista abstrata pública<Qualquer> getDeviceInfoList ()

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

resumo público com.google.protobuf.AnyOrBuilder getDeviceInfoOrBuilder (índice int)

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

lista abstrata pública<? estende AnyOrBuilder> getDeviceInfoOrBuilderList ()

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

String abstrata pública getHostname ()

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

resumo público com.google.protobuf.ByteString getHostnameBytes ()

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

público abstrato MemoryInfo getMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

público abstrato MemoryInfoOrBuilder getMemoryInfoOrBuilder ()

.tensorflow.MemoryInfo memory_info = 6;

público abstrato PlatformInfo getPlatformInfo ()

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

público abstrato PlatformInfoOrBuilder getPlatformInfoOrBuilder ()

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

string abstrata pública getSerialIdentifier ()

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

resumo público com.google.protobuf.ByteString getSerialIdentifierBytes ()

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

público abstrato booleano hasCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

público abstrato booleano hasMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

público abstrato booleano hasPlatformInfo ()

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