classe finale pubblica MachineConfiguration
Tipo di protocollo tensorflow.MachineConfiguration
Classi nidificate
classe | MachineConfiguration.Builder | Tipo di protocollo tensorflow.MachineConfiguration |
Costanti
Metodi pubblici
booleano | è uguale a (Oggetto oggetto) |
Informazioni sul dispositivo disponibile | getAvailableDeviceInfo (indice int) Devices accessible to the test (e.g. |
int | getAvailableDeviceInfoCount () Devices accessible to the test (e.g. |
Elenco <DisponibileInfoDispositivo> | getAvailableDeviceInfoList () Devices accessible to the test (e.g. |
AvailableDeviceInfoOrBuilder | getAvailableDeviceInfoOrBuilder (indice int) Devices accessible to the test (e.g. |
Elenco<? estende AvailableDeviceInfoOrBuilder > | getAvailableDeviceInfoOrBuilderList () Devices accessible to the test (e.g. |
Informazioni sulla CPU | getCpuInfo () CPU Information. |
CPUInfoOrBuilder | getCpuInfoOrBuilder () CPU Information. |
Configurazione macchina statica | |
Configurazione macchina | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Any | getDeviceInfo (indice int) Other devices that are attached and relevant (e.g. |
int | getDeviceInfoCount () Other devices that are attached and relevant (e.g. |
Elenco<Qualsiasi> | getDeviceInfoList () Other devices that are attached and relevant (e.g. |
com.google.protobuf.AnyOrBuilder | getDeviceInfoOrBuilder (indice int) Other devices that are attached and relevant (e.g. |
Elenco<? estende AnyOrBuilder> | getDeviceInfoOrBuilderList () Other devices that are attached and relevant (e.g. |
Corda | getNomehost () Host name of machine that ran the benchmark. |
com.google.protobuf.ByteString | getHostnameBytes () Host name of machine that ran the benchmark. |
Informazioni sulla memoria | getMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
MemoryInfoOrBuilder | getMemoryInfoOrBuilder () .tensorflow.MemoryInfo memory_info = 6; |
Informazioni sulla piattaforma | getPlatformInfo () Additional platform information. |
PlatformInfoOrBuilder | getPlatformInfoOrBuilder () Additional platform information. |
Corda | getSerialIdentifier () Unique serial number of the machine. |
com.google.protobuf.ByteString | getSerialIdentifierBytes () Unique serial number of the machine. |
int | |
finale com.google.protobuf.UnknownFieldSet | |
booleano | hasCpuInfo () CPU Information. |
booleano | hasMemoryInfo () .tensorflow.MemoryInfo memory_info = 6; |
booleano | hasPlatformInfo () Additional platform information. |
int | codicehash () |
booleano finale | |
MachineConfiguration.Builder statico | newBuilder (prototipo MachineConfiguration ) |
MachineConfiguration.Builder statico | |
MachineConfiguration.Builder | |
Configurazione macchina statica | parseDelimitedFrom (input InputStream) |
Configurazione macchina statica | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configurazione macchina statica | parseFrom (dati ByteBuffer) |
Configurazione macchina statica | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
Configurazione macchina statica | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configurazione macchina statica | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
Configurazione macchina statica | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configurazione macchina statica | parseFrom (dati com.google.protobuf.ByteString) |
Configurazione macchina statica | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Configurazione macchina statica | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
statico | analizzatore () |
MachineConfiguration.Builder | toBuilder () |
vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int AVAILABLE_DEVICE_INFO_FIELD_NUMBER
Valore costante: 5
public static final int CPU_INFO_FIELD_NUMBER
Valore costante: 3
public static final int DEVICE_INFO_FIELD_NUMBER
Valore costante: 4
pubblico statico finale int HOSTNAME_FIELD_NUMBER
Valore costante: 1
public static final int MEMORY_INFO_FIELD_NUMBER
Valore costante: 6
public static final int PLATFORM_INFO_FIELD_NUMBER
Valore costante: 2
public static final int SERIAL_IDENTIFIER_FIELD_NUMBER
Valore costante: 7
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public 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 int getAvailableDeviceInfoCount ()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
Elenco pubblico < 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 (indice int)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
Elenco 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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico 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 int getDeviceInfoCount ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
elenco pubblico<Qualsiasi> getDeviceInfoList ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
pubblico 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 pubblico<? estende AnyOrBuilder> getDeviceInfoOrBuilderList ()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
stringa pubblica getHostname ()
Host name of machine that ran the benchmark.
string hostname = 1;
pubblico com.google.protobuf.ByteString getHostnameBytes ()
Host name of machine that ran the benchmark.
string hostname = 1;
pubblico getParserForType ()
public PlatformInfo getPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
pubblico PlatformInfoOrBuilder getPlatformInfoOrBuilder ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
public String getSerialIdentifier ()
Unique serial number of the machine.
string serial_identifier = 7;
pubblico com.google.protobuf.ByteString getSerialIdentifierBytes ()
Unique serial number of the machine.
string serial_identifier = 7;
public int getSerializedSize ()
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
pubblico booleano hasCpuInfo ()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;
hasMemoryInfo booleano pubblico ()
.tensorflow.MemoryInfo memory_info = 6;
pubblico booleano hasPlatformInfo ()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
public int hashCode ()
public final booleano isInitialized ()
public static MachineConfiguration parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom di MachineConfiguration pubblico statico (dati ByteBuffer)
Lancia
InvalidProtocolBufferException |
---|
parseFrom di MachineConfiguration statico pubblico (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
IOException |
---|
parseFrom di MachineConfiguration statico pubblico (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico MachineConfiguration (input com.google.protobuf.CodedInputStream)
Lancia
IOException |
---|
public static MachineConfiguration parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
InvalidProtocolBufferException |
---|
parseFrom pubblico statico MachineConfiguration (dati com.google.protobuf.ByteString)
Lancia
InvalidProtocolBufferException |
---|
parseFrom di MachineConfiguration statico pubblico (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
parseFrom di MachineConfiguration statico pubblico (dati com.google.protobuf.ByteString, estensione Com.google.protobuf.ExtensionRegistryLiteRegistry)
Lancia
InvalidProtocolBufferException |
---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
IOException |
---|