MachineConfiguration

classe final pública MachineConfiguration

tensorflow.MachineConfiguration type tensorflow.MachineConfiguration

Classes aninhadas

aula MachineConfiguration.Builder tensorflow.MachineConfiguration type tensorflow.MachineConfiguration

Constantes

int AVAILABLE_DEVICE_INFO_FIELD_NUMBER
int CPU_INFO_FIELD_NUMBER
int DEVICE_INFO_FIELD_NUMBER
int HOSTNAME_FIELD_NUMBER
int MEMORY_INFO_FIELD_NUMBER
int PLATFORM_INFO_FIELD_NUMBER
int SERIAL_IDENTIFIER_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
AvailableDeviceInfo
getAvailableDeviceInfo (int index)
 Devices accessible to the test (e.g.
int
getAvailableDeviceInfoCount ()
 Devices accessible to the test (e.g.
List < AvailableDeviceInfo >
getAvailableDeviceInfoList ()
 Devices accessible to the test (e.g.
AvailableDeviceInfoOrBuilder
getAvailableDeviceInfoOrBuilder (índice interno )
 Devices accessible to the test (e.g.
Lista <? estende AvailableDeviceInfoOrBuilder >
getAvailableDeviceInfoOrBuilderList ()
 Devices accessible to the test (e.g.
CPUInfo
getCpuInfo ()
 CPU Information.
CPUInfoOrBuilder
getCpuInfoOrBuilder ()
 CPU Information.
MachineConfiguration estático
MachineConfiguration
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Any
getDeviceInfo (int index)
 Other devices that are attached and relevant (e.g.
int
getDeviceInfoCount ()
 Other devices that are attached and relevant (e.g.
Listar <Qualquer>
getDeviceInfoList ()
 Other devices that are attached and relevant (e.g.
com.google.protobuf.AnyOrBuilder
getDeviceInfoOrBuilder (índice interno )
 Other devices that are attached and relevant (e.g.
Lista <? estende AnyOrBuilder>
getDeviceInfoOrBuilderList ()
 Other devices that are attached and relevant (e.g.
Fragmento
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.
Fragmento
getSerialIdentifier ()
 Unique serial number of the machine.
com.google.protobuf.ByteString
getSerialIdentifierBytes ()
 Unique serial number of the machine.
int
final com.google.protobuf.UnknownFieldSet
boleano
hasCpuInfo ()
 CPU Information.
boleano
hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
boleano
hasPlatformInfo ()
 Additional platform information.
int
final booleano
static MachineConfiguration.Builder
static MachineConfiguration.Builder
MachineConfiguration.Builder
MachineConfiguration estático
parseDelimitedFrom (input InputStream)
MachineConfiguration estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MachineConfiguration estático
parseFrom (dados ByteBuffer)
MachineConfiguration estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MachineConfiguration estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MachineConfiguration estático
parseFrom (com.google.protobuf.CodedInputStream input)
MachineConfiguration estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MachineConfiguration estático
parseFrom (com.google.protobuf.ByteString data)
MachineConfiguration estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MachineConfiguration estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MachineConfiguration.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int AVAILABLE_DEVICE_INFO_FIELD_NUMBER

Valor constante: 5

public static 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 equals (Object obj)

public AvailableDeviceInfo getAvailableDeviceInfo (int index)

 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;

public List < 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 interno )

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

Lista pública <? estende 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 ()

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

public List <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 (índice interno )

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

Lista pública <? estende 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;

public MemoryInfo getMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

public MemoryInfoOrBuilder getMemoryInfoOrBuilder ()

.tensorflow.MemoryInfo memory_info = 6;

público getParserForType ()

public PlatformInfo getPlatformInfo ()

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

public 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 (protótipo MachineConfiguration )

public static MachineConfiguration.Builder newBuilder ()

public MachineConfiguration.Builder newBuilderForType ()

public static MachineConfiguration parseDelimitedFrom (InputStream input)

Lança
IOException

public static MachineConfiguration parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static MachineConfiguration parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static MachineConfiguration parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static MachineConfiguration parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static MachineConfiguration parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static MachineConfiguration parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static MachineConfiguration parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static MachineConfiguration parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static MachineConfiguration parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public MachineConfiguration.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException