MachineConfigurationOrBuilder

interface publique MachineConfigurationOrBuilder
Sous-classes indirectes connues

Méthodes publiques

résumé AvailableDeviceInfo
getAvailableDeviceInfo (index int)
 Devices accessible to the test (e.g.
abstrait entier
getAvailableDeviceInfoCount ()
 Devices accessible to the test (e.g.
Liste abstraite < AvailableDeviceInfo >
getAvailableDeviceInfoList ()
 Devices accessible to the test (e.g.
résumé AvailableDeviceInfoOrBuilder
getAvailableDeviceInfoOrBuilder (index int)
 Devices accessible to the test (e.g.
Liste abstraite <? étend AvailableDeviceInfoOrBuilder >
getAvailableDeviceInfoOrBuilderList ()
 Devices accessible to the test (e.g.
résuméCPUInfo
obtenirCpuInfo ()
 CPU Information.
résumé CPUInfoOrBuilder
getCpuInfoOrBuilder ()
 CPU Information.
résumé com.google.protobuf.Any
getDeviceInfo (index int)
 Other devices that are attached and relevant (e.g.
abstrait entier
getDeviceInfoCount ()
 Other devices that are attached and relevant (e.g.
Liste abstraite<Any>
getDeviceInfoList ()
 Other devices that are attached and relevant (e.g.
résumé com.google.protobuf.AnyOrBuilder
getDeviceInfoOrBuilder (index int)
 Other devices that are attached and relevant (e.g.
Liste abstraite <? étend AnyOrBuilder>
getDeviceInfoOrBuilderList ()
 Other devices that are attached and relevant (e.g.
chaîne abstraite
getNom d'hôte ()
 Host name of machine that ran the benchmark.
résumé com.google.protobuf.ByteString
getHostnameBytes ()
 Host name of machine that ran the benchmark.
résumé MémoireInfo
getMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
abstrait MemoryInfoOrBuilder
getMemoryInfoOrBuilder ()
.tensorflow.MemoryInfo memory_info = 6;
résuméPlatformInfo
getPlatformInfo ()
 Additional platform information.
résuméPlatformInfoOrBuilder
getPlatformInfoOrBuilder ()
 Additional platform information.
chaîne abstraite
getSerialIdentifier ()
 Unique serial number of the machine.
résumé com.google.protobuf.ByteString
getSerialIdentifierBytes ()
 Unique serial number of the machine.
booléen abstrait
hasCpuInfo ()
 CPU Information.
booléen abstrait
hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
booléen abstrait
hasPlatformInfo ()
 Additional platform information.

Méthodes publiques

résumé public AvailableDeviceInfo getAvailableDeviceInfo (index int)

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

public abstrait int getAvailableDeviceInfoCount ()

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

Liste abstraite publique < AvailableDeviceInfo > getAvailableDeviceInfoList ()

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

résumé public AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder (index int)

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

Liste des résumés publics<? étend AvailableDeviceInfoOrBuilder > getAvailableDeviceInfoOrBuilderList ()

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

résumé public CPUInfo getCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

résumé public CPUInfoOrBuilder getCpuInfoOrBuilder ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

résumé public com.google.protobuf.Any getDeviceInfo (index int)

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

public abstrait int getDeviceInfoCount ()

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

liste abstraite publique<Any> getDeviceInfoList ()

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

résumé public com.google.protobuf.AnyOrBuilder getDeviceInfoOrBuilder (index int)

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

Liste des résumés publics<? étend AnyOrBuilder> getDeviceInfoOrBuilderList ()

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

chaîne abstraite publique getHostname ()

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

résumé public com.google.protobuf.ByteString getHostnameBytes ()

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

public abstrait MemoryInfo getMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

résumé public MemoryInfoOrBuilder getMemoryInfoOrBuilder ()

.tensorflow.MemoryInfo memory_info = 6;

public abstrait PlatformInfo getPlatformInfo ()

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

public abstrait PlatformInfoOrBuilder getPlatformInfoOrBuilder ()

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

chaîne abstraite publique getSerialIdentifier ()

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

résumé public com.google.protobuf.ByteString getSerialIdentifierBytes ()

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

public abstrait booléen hasCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

public abstrait booléen hasMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

public abstrait booléen hasPlatformInfo ()

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