interfaz pública MachineConfigurationOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen DisponibleDeviceInfo | getAvailableDeviceInfo (índice int) Devices accessible to the test (e.g. |
resumen entero | getAvailableDeviceInfoCount () Devices accessible to the test (e.g. |
Lista abstracta < Información del dispositivo disponible > | getAvailableDeviceInfoList () Devices accessible to the test (e.g. |
resumen DisponibleDeviceInfoOrBuilder | getAvailableDeviceInfoOrBuilder (índice int) Devices accessible to the test (e.g. |
Lista abstracta<? extiende DisponibleDeviceInfoOrBuilder > | getAvailableDeviceInfoOrBuilderList () Devices accessible to the test (e.g. |
información de CPU abstracta | obtener información de CPU () CPU Information. |
resumen CPUInfoOrBuilder | getCpuInfoOrBuilder () CPU Information. |
resumen com.google.protobuf.Any | getDeviceInfo (índice int) Other devices that are attached and relevant (e.g. |
resumen entero | getDeviceInfoCount () Other devices that are attached and relevant (e.g. |
Lista abstracta<Cualquiera> | 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. |
Lista abstracta<? extiende AnyOrBuilder> | getDeviceInfoOrBuilderList () Other devices that are attached and relevant (e.g. |
cadena abstracta | obtener nombre de host () Host name of machine that ran the benchmark. |
resumen com.google.protobuf.ByteString | getHostnameBytes () Host name of machine that ran the benchmark. |
información de memoria abstracta | obtener información de memoria () .tensorflow.MemoryInfo memory_info = 6; |
Resumen MemoryInfoOrBuilder | getMemoryInfoOrBuilder () .tensorflow.MemoryInfo memory_info = 6; |
información de plataforma abstracta | obtener información de plataforma () Additional platform information. |
plataforma abstractaInfoOrBuilder | 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 | tieneMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
booleano abstracto | tiene información de plataforma () Additional platform information. |
Métodos públicos
resumen público DisponibleDeviceInfo getAvailableDeviceInfo (índice int)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
resumen público int getAvailableDeviceInfoCount ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
Lista abstracta pública <DisponibleDeviceInfo> getAvailableDeviceInfoList ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
resumen público DisponibleDeviceInfoOrBuilder 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 resúmenes públicos <? extiende DisponibleDeviceInfoOrBuilder > getAvailableDeviceInfoOrBuilderList ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
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;
resumen público int getDeviceInfoCount ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
Lista abstracta pública<Cualquiera> 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 resúmenes públicos <? 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;
resumen público MemoryInfoOrBuilder getMemoryInfoOrBuilder ()
.tensorflow.MemoryInfo memory_info = 6;
resumen público PlatformInfo getPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
resumen público PlatformInfoOrBuilder getPlatformInfoOrBuilder ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
Cadena abstracta pública getSerialIdentifier ()
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;
hasCpuInfo booleano abstracto público ()
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;