MachineConfiguration

MachineConfiguration de clase final pública

Tipo de tensorflow.MachineConfiguration

Clases anidadas

clase MachineConfiguration.Builder Tipo de tensorflow.MachineConfiguration

Constantes

En t AVAILABLE_DEVICE_INFO_FIELD_NUMBER
En t CPU_INFO_FIELD_NUMBER
En t DEVICE_INFO_FIELD_NUMBER
En t HOSTNAME_FIELD_NUMBER
En t MEMORY_INFO_FIELD_NUMBER
En t PLATFORM_INFO_FIELD_NUMBER
En t SERIAL_IDENTIFIER_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
AvailableDeviceInfo
getAvailableDeviceInfo (índice int)
 Devices accessible to the test (e.g.
En t
getAvailableDeviceInfoCount ()
 Devices accessible to the test (e.g.
Lista < AvailableDeviceInfo >
getAvailableDeviceInfoList ()
 Devices accessible to the test (e.g.
AvailableDeviceInfoOrBuilder
getAvailableDeviceInfoOrBuilder (índice int)
 Devices accessible to the test (e.g.
Lista <? extiende AvailableDeviceInfoOrBuilder >
getAvailableDeviceInfoOrBuilderList ()
 Devices accessible to the test (e.g.
CPUInfo
getCpuInfo ()
 CPU Information.
CPUInfoOrBuilder
getCpuInfoOrBuilder ()
 CPU Information.
Configuración de máquina estática
Configuración de la máquina
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Any
getDeviceInfo (índice int)
 Other devices that are attached and relevant (e.g.
En t
getDeviceInfoCount ()
 Other devices that are attached and relevant (e.g.
Lista <Cualquier>
getDeviceInfoList ()
 Other devices that are attached and relevant (e.g.
com.google.protobuf.AnyOrBuilder
getDeviceInfoOrBuilder (índice int)
 Other devices that are attached and relevant (e.g.
Lista <? extiende AnyOrBuilder>
getDeviceInfoOrBuilderList ()
 Other devices that are attached and relevant (e.g.
Cuerda
getHostname ()
 Host name of machine that ran the benchmark.
com.google.protobuf.ByteString
getHostnameBytes ()
 Host name of machine that ran the benchmark.
MemoryInfo
getMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
MemoryInfoOrBuilder
getMemoryInfoOrBuilder ()
.tensorflow.MemoryInfo memory_info = 6;
PlatformInfo
getPlatformInfo ()
 Additional platform information.
PlatformInfoOrBuilder
getPlatformInfoOrBuilder ()
 Additional platform information.
Cuerda
getSerialIdentifier ()
 Unique serial number of the machine.
com.google.protobuf.ByteString
getSerialIdentifierBytes ()
 Unique serial number of the machine.
En t
final com.google.protobuf.UnknownFieldSet
booleano
hasCpuInfo ()
 CPU Information.
booleano
hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
booleano
hasPlatformInfo ()
 Additional platform information.
En t
booleano final
estático MachineConfiguration.Builder
estático MachineConfiguration.Builder
MachineConfiguration.Builder
Configuración de máquina estática
parseDelimitedFrom (entrada InputStream)
Configuración de máquina estática
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Configuración de máquina estática
parseFrom (datos ByteBuffer)
Configuración de máquina estática
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Configuración de máquina estática
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Configuración de máquina estática
parseFrom (entrada com.google.protobuf.CodedInputStream)
Configuración de máquina estática
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Configuración de máquina estática
parseFrom (datos com.google.protobuf.ByteString)
Configuración de máquina estática
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Configuración de máquina estática
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MachineConfiguration.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int AVAILABLE_DEVICE_INFO_FIELD_NUMBER

Valor constante: 5

público estático final int CPU_INFO_FIELD_NUMBER

Valor constante: 3

public static final int DEVICE_INFO_FIELD_NUMBER

Valor constante: 4

public static final int HOSTNAME_FIELD_NUMBER

Valor constante: 1

public static final int MEMORY_INFO_FIELD_NUMBER

Valor constante: 6

public static final int PLATFORM_INFO_FIELD_NUMBER

Valor constante: 2

public static final int SERIAL_IDENTIFIER_FIELD_NUMBER

Valor constante: 7

Métodos públicos

public boolean es igual a (Object obj)

public AvailableDeviceInfo getAvailableDeviceInfo (índice 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;

lista pública < 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 (índice int)

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

Lista pública <? extiende AvailableDeviceInfoOrBuilder > getAvailableDeviceInfoOrBuilderList ()

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

public CPUInfo getCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

public CPUInfoOrBuilder getCpuInfoOrBuilder ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

public static MachineConfiguration getDefaultInstance ()

public MachineConfiguration getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Any getDeviceInfo (int index)

 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;

Lista pública <Cualquier> getDeviceInfoList ()

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

public 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 pública <? extiende AnyOrBuilder> getDeviceInfoOrBuilderList ()

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

public String 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;

pública MemoryInfo getMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

pública MemoryInfoOrBuilder getMemoryInfoOrBuilder ()

.tensorflow.MemoryInfo memory_info = 6;

público getParserForType ()

public PlatformInfo getPlatformInfo ()

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

público PlatformInfoOrBuilder getPlatformInfoOrBuilder ()

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

public String 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 boolean hasCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

public boolean hasMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

public boolean hasPlatformInfo ()

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

public int hashCode ()

public final boolean isInitialized ()

public static MachineConfiguration.Builder newBuilder (prototipo de MachineConfiguration )

MachineConfiguration.Builder estático público newBuilder ()

público MachineConfiguration.Builder newBuilderForType ()

público estático MachineConfiguration parseDelimitedFrom (entrada InputStream)

Lanza
IOException

público estático MachineConfiguration parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático MachineConfiguration parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

público estático MachineConfiguration parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático MachineConfiguration parseFrom (ByteBuffer datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático MachineConfiguration parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

público estático MachineConfiguration parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático MachineConfiguration parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

público estático MachineConfiguration parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

público estático MachineConfiguration parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

público MachineConfiguration.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException