MachineConfigurationOrBuilder

interfaz pública MachineConfigurationOrBuilder
Subclases indirectas conocidas

Métodos públicos

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

Métodos públicos

resumen 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;

public abstract int getAvailableDeviceInfoCount ()

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

Lista pública abstracta < AvailableDeviceInfo > getAvailableDeviceInfoList ()

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

resumen 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 de resumen público <? extiende AvailableDeviceInfoOrBuilder > getAvailableDeviceInfoOrBuilderList ()

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

CPUInfo abstracto público getCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

resumen público CPUInfoOrBuilder getCpuInfoOrBuilder ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

resumen 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;

public abstract int getDeviceInfoCount ()

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

Lista pública abstracta <Cualquier> getDeviceInfoList ()

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

resumen 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 de resumen público <? extiende AnyOrBuilder> getDeviceInfoOrBuilderList ()

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

cadena abstracta pública getHostname ()

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

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

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

pública abstracta MemoryInfo getMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

pública abstracta MemoryInfoOrBuilder getMemoryInfoOrBuilder ()

.tensorflow.MemoryInfo memory_info = 6;

público abstracto PlatformInfo getPlatformInfo ()

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

público abstracto PlatformInfoOrBuilder getPlatformInfoOrBuilder ()

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

getSerialIdentifier () de cadena abstracta pública

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

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

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

público abstracto booleano hasCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

hasMemoryInfo () booleano abstracto público

.tensorflow.MemoryInfo memory_info = 6;

hasPlatformInfo () booleano abstracto público

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