public final class
MachineConfiguration
Protobuf type tensorflow.MachineConfiguration
Nested Classes
| class | MachineConfiguration.Builder | Protobuf type tensorflow.MachineConfiguration
|
|
Constants
Public Methods
| boolean |
equals(Object 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(int index)
Devices accessible to the test (e.g. |
| List<? extends AvailableDeviceInfoOrBuilder> |
getAvailableDeviceInfoOrBuilderList()
Devices accessible to the test (e.g. |
| CPUInfo |
getCpuInfo()
CPU Information. |
| CPUInfoOrBuilder |
getCpuInfoOrBuilder()
CPU Information. |
| static MachineConfiguration | |
| 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. |
| List<Any> |
getDeviceInfoList()
Other devices that are attached and relevant (e.g. |
| com.google.protobuf.AnyOrBuilder |
getDeviceInfoOrBuilder(int index)
Other devices that are attached and relevant (e.g. |
| List<? extends AnyOrBuilder> |
getDeviceInfoOrBuilderList()
Other devices that are attached and relevant (e.g. |
| String |
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. |
| String |
getSerialIdentifier()
Unique serial number of the machine. |
| com.google.protobuf.ByteString |
getSerialIdentifierBytes()
Unique serial number of the machine. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| boolean |
hasCpuInfo()
CPU Information. |
| boolean |
hasMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;
|
| boolean |
hasPlatformInfo()
Additional platform information. |
| int |
hashCode()
|
| final boolean | |
| static MachineConfiguration.Builder |
newBuilder(MachineConfiguration prototype)
|
| static MachineConfiguration.Builder | |
| MachineConfiguration.Builder | |
| static MachineConfiguration |
parseDelimitedFrom(InputStream input)
|
| static MachineConfiguration |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MachineConfiguration |
parseFrom(ByteBuffer data)
|
| static MachineConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MachineConfiguration |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MachineConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input)
|
| static MachineConfiguration |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MachineConfiguration |
parseFrom(com.google.protobuf.ByteString data)
|
| static MachineConfiguration |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static MachineConfiguration |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser()
|
| MachineConfiguration.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int AVAILABLE_DEVICE_INFO_FIELD_NUMBER
Constant Value:
5
public static final int CPU_INFO_FIELD_NUMBER
Constant Value:
3
public static final int DEVICE_INFO_FIELD_NUMBER
Constant Value:
4
public static final int HOSTNAME_FIELD_NUMBER
Constant Value:
1
public static final int MEMORY_INFO_FIELD_NUMBER
Constant Value:
6
public static final int PLATFORM_INFO_FIELD_NUMBER
Constant Value:
2
public static final int SERIAL_IDENTIFIER_FIELD_NUMBER
Constant Value:
7
Public Methods
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 (int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;
public List<? extends 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 ()
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 (int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
public List<? extends 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
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static MachineConfiguration parseFrom (ByteBuffer data)
Throws
| InvalidProtocolBufferException |
|---|
public static MachineConfiguration parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static MachineConfiguration parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static MachineConfiguration parseFrom (com.google.protobuf.CodedInputStream input)
Throws
| IOException |
|---|
public static MachineConfiguration parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static MachineConfiguration parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static MachineConfiguration parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static MachineConfiguration parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException |
|---|