classe finale publique MachineConfiguration
tensorflow.MachineConfiguration
de type Protobuf.MachineConfiguration
Classes imbriquées
classe | MachineConfiguration.Builder | tensorflow.MachineConfiguration de type Protobuf.MachineConfiguration |
Constantes
Méthodes publiques
booléen | est égal (Obj objet) |
Informations sur le périphérique disponible | getAvailableDeviceInfo (index int) Devices accessible to the test (e.g. |
int | getAvailableDeviceInfoCount () Devices accessible to the test (e.g. |
Liste < AvailableDeviceInfo > | getAvailableDeviceInfoList () Devices accessible to the test (e.g. |
AvailableDeviceInfoOrBuilder | getAvailableDeviceInfoOrBuilder (index int) Devices accessible to the test (e.g. |
Liste<? étend AvailableDeviceInfoOrBuilder > | getAvailableDeviceInfoOrBuilderList () Devices accessible to the test (e.g. |
Informations CPU | obtenirCpuInfo () CPU Information. |
CPUInfoOuBuilder | getCpuInfoOrBuilder () CPU Information. |
Configuration de machine statique | |
Configuration de la machine | |
final statique com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Any | getDeviceInfo (index int) Other devices that are attached and relevant (e.g. |
int | getDeviceInfoCount () Other devices that are attached and relevant (e.g. |
Liste<Any> | getDeviceInfoList () Other devices that are attached and relevant (e.g. |
com.google.protobuf.AnyOrBuilder | getDeviceInfoOrBuilder (index int) Other devices that are attached and relevant (e.g. |
Liste<? étend AnyOrBuilder> | getDeviceInfoOrBuilderList () Other devices that are attached and relevant (e.g. |
Chaîne | getNom d'hôte () Host name of machine that ran the benchmark. |
com.google.protobuf.ByteString | getHostnameBytes () Host name of machine that ran the benchmark. |
Informations mémoire | getMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
MémoireInfoOuBuilder | getMemoryInfoOrBuilder () .tensorflow.MemoryInfo memory_info = 6; |
PlateformeInfo | getPlatformInfo () Additional platform information. |
PlatformInfoOrBuilder | getPlatformInfoOrBuilder () Additional platform information. |
Chaîne | getSerialIdentifier () Unique serial number of the machine. |
com.google.protobuf.ByteString | getSerialIdentifierBytes () Unique serial number of the machine. |
int | |
final com.google.protobuf.UnknownFieldSet | |
booléen | hasCpuInfo () CPU Information. |
booléen | hasMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
booléen | hasPlatformInfo () Additional platform information. |
int | |
booléen final | |
statique MachineConfiguration.Builder | newBuilder (prototype MachineConfiguration ) |
statique MachineConfiguration.Builder | |
MachineConfiguration.Builder | |
Configuration de machine statique | parseDelimitedFrom (entrée InputStream) |
Configuration de machine statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configuration de machine statique | parseFrom (données ByteBuffer) |
Configuration de machine statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configuration de machine statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configuration de machine statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
Configuration de machine statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configuration de machine statique | parseFrom (données com.google.protobuf.ByteString) |
Configuration de machine statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configuration de machine statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
MachineConfiguration.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int AVAILABLE_DEVICE_INFO_FIELD_NUMBER
Valeur constante : 5
public statique final int CPU_INFO_FIELD_NUMBER
Valeur constante : 3
public statique final int DEVICE_INFO_FIELD_NUMBER
Valeur constante : 4
public statique final int HOSTNAME_FIELD_NUMBER
Valeur constante : 1
public statique final int MEMORY_INFO_FIELD_NUMBER
Valeur constante : 6
public statique final int PLATFORM_INFO_FIELD_NUMBER
Valeur constante : 2
public statique final int SERIAL_IDENTIFIER_FIELD_NUMBER
Valeur constante : 7
Méthodes publiques
public booléen égal (Objet obj)
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 int getAvailableDeviceInfoCount ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
Liste publique < AvailableDeviceInfo > getAvailableDeviceInfoList ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
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 publique <? étend AvailableDeviceInfoOrBuilder > getAvailableDeviceInfoOrBuilderList ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 int getDeviceInfoCount ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
liste publique<Any> getDeviceInfoList ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
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 publique <? étend AnyOrBuilder> getDeviceInfoOrBuilderList ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
chaîne publique getHostname ()
Host name of machine that ran the benchmark.
string hostname = 1;
public com.google.protobuf.ByteString getHostnameBytes ()
Host name of machine that ran the benchmark.
string hostname = 1;
publique getParserForType ()
public PlatformInfo getPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
public PlatformInfoOrBuilder getPlatformInfoOrBuilder ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
chaîne publique getSerialIdentifier ()
Unique serial number of the machine.
string serial_identifier = 7;
public com.google.protobuf.ByteString getSerialIdentifierBytes ()
Unique serial number of the machine.
string serial_identifier = 7;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public booléen hasCpuInfo ()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;
public booléen hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
public booléen hasPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
code de hachage int public ()
public final booléen isInitialized ()
public statique MachineConfiguration parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique MachineConfiguration parseFrom (données ByteBuffer)
Jetés
InvalidProtocolBufferException |
---|
public statique MachineConfiguration parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public statique MachineConfiguration parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
parseFrom de MachineConfiguration statique publique (entrée com.google.protobuf.CodedInputStream)
Jetés
IOException |
---|
public statique MachineConfiguration parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
parseFrom de MachineConfiguration statique publique (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public statique MachineConfiguration parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
parseFrom de MachineConfiguration statique publique (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|