interfaccia pubblica MachineConfigurationOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
abstract AvailableDeviceInfo | getAvailableDeviceInfo (indice int) Devices accessible to the test (e.g. |
astratto int | getAvailableDeviceInfoCount () Devices accessible to the test (e.g. |
Elenco astratto< AvailableDeviceInfo > | getAvailableDeviceInfoList () Devices accessible to the test (e.g. |
abstract AvailableDeviceInfoOrBuilder | getAvailableDeviceInfoOrBuilder (indice int) Devices accessible to the test (e.g. |
Elenco astratto<? estende AvailableDeviceInfoOrBuilder > | getAvailableDeviceInfoOrBuilderList () Devices accessible to the test (e.g. |
informazioni CPU astratte | getCpuInfo () CPU Information. |
CPUInfoOrBuilder astratto | getCpuInfoOrBuilder () CPU Information. |
abstract com.google.protobuf.Any | getDeviceInfo (indice int) Other devices that are attached and relevant (e.g. |
astratto int | getDeviceInfoCount () Other devices that are attached and relevant (e.g. |
Elenco astratto<Qualsiasi> | getDeviceInfoList () Other devices that are attached and relevant (e.g. |
abstract com.google.protobuf.AnyOrBuilder | getDeviceInfoOrBuilder (indice int) Other devices that are attached and relevant (e.g. |
Elenco astratto<? estende AnyOrBuilder> | getDeviceInfoOrBuilderList () Other devices that are attached and relevant (e.g. |
stringa astratta | getNomehost () Host name of machine that ran the benchmark. |
astratto com.google.protobuf.ByteString | getHostnameBytes () Host name of machine that ran the benchmark. |
estratto MemoryInfo | getMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
estratto MemoryInfoOrBuilder | getMemoryInfoOrBuilder () .tensorflow.MemoryInfo memory_info = 6; |
estratto PlatformInfo | getPlatformInfo () Additional platform information. |
estratto PlatformInfoOrBuilder | getPlatformInfoOrBuilder () Additional platform information. |
stringa astratta | getSerialIdentifier () Unique serial number of the machine. |
astratto com.google.protobuf.ByteString | getSerialIdentifierBytes () Unique serial number of the machine. |
booleano astratto | hasCpuInfo () CPU Information. |
booleano astratto | hasMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
booleano astratto | hasPlatformInfo () Additional platform information. |
Metodi pubblici
abstract pubblico AvailableDeviceInfo getAvailableDeviceInfo (indice 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;
elenco astratto pubblico < AvailableDeviceInfo > getAvailableDeviceInfoList ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
abstract pubblico AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder (indice int)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
Elenco abstract pubblico<? 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 CPUInfoOrBuilder getCpuInfoOrBuilder ()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;
public abstract com.google.protobuf.Any getDeviceInfo (indice 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;
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 (indice int)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
Elenco abstract pubblico<? 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;
abstract pubblico com.google.protobuf.ByteString getHostnameBytes ()
Host name of machine that ran the benchmark.
string hostname = 1;
estratto pubblico MemoryInfoOrBuilder getMemoryInfoOrBuilder ()
.tensorflow.MemoryInfo memory_info = 6;
estratto pubblico PlatformInfo getPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
estratto pubblico PlatformInfoOrBuilder getPlatformInfoOrBuilder ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
public abstract String getSerialIdentifier ()
Unique serial number of the machine.
string serial_identifier = 7;
abstract pubblico com.google.protobuf.ByteString getSerialIdentifierBytes ()
Unique serial number of the machine.
string serial_identifier = 7;
pubblico astratto booleano hasCpuInfo ()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;
public abstract booleano hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
pubblico astratto booleano hasPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;