public final class MachineConfiguration extends com.google.protobuf.GeneratedMessageV3 implements MachineConfigurationOrBuilder
tensorflow.MachineConfiguration| Modifier and Type | Class and Description |
|---|---|
static class |
MachineConfiguration.Builder
Protobuf type
tensorflow.MachineConfiguration |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
AVAILABLE_DEVICE_INFO_FIELD_NUMBER |
static int |
CPU_INFO_FIELD_NUMBER |
static int |
DEVICE_INFO_FIELD_NUMBER |
static int |
HOSTNAME_FIELD_NUMBER |
static int |
MEMORY_INFO_FIELD_NUMBER |
static int |
PLATFORM_INFO_FIELD_NUMBER |
static int |
SERIAL_IDENTIFIER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
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 |
getDefaultInstance() |
MachineConfiguration |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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<com.google.protobuf.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 com.google.protobuf.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; |
com.google.protobuf.Parser<MachineConfiguration> |
getParserForType() |
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 |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCpuInfo()
CPU Information.
|
int |
hashCode() |
boolean |
hasMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6; |
boolean |
hasPlatformInfo()
Additional platform information.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MachineConfiguration.Builder |
newBuilder() |
static MachineConfiguration.Builder |
newBuilder(MachineConfiguration prototype) |
MachineConfiguration.Builder |
newBuilderForType() |
protected MachineConfiguration.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static MachineConfiguration |
parseDelimitedFrom(InputStream input) |
static MachineConfiguration |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MachineConfiguration |
parseFrom(byte[] data) |
static MachineConfiguration |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MachineConfiguration |
parseFrom(ByteBuffer data) |
static MachineConfiguration |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MachineConfiguration |
parseFrom(com.google.protobuf.ByteString data) |
static MachineConfiguration |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MachineConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MachineConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MachineConfiguration |
parseFrom(InputStream input) |
static MachineConfiguration |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MachineConfiguration> |
parser() |
MachineConfiguration.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int HOSTNAME_FIELD_NUMBER
public static final int SERIAL_IDENTIFIER_FIELD_NUMBER
public static final int PLATFORM_INFO_FIELD_NUMBER
public static final int CPU_INFO_FIELD_NUMBER
public static final int DEVICE_INFO_FIELD_NUMBER
public static final int AVAILABLE_DEVICE_INFO_FIELD_NUMBER
public static final int MEMORY_INFO_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getHostname()
Host name of machine that ran the benchmark.
string hostname = 1;getHostname in interface MachineConfigurationOrBuilderpublic com.google.protobuf.ByteString getHostnameBytes()
Host name of machine that ran the benchmark.
string hostname = 1;getHostnameBytes in interface MachineConfigurationOrBuilderpublic String getSerialIdentifier()
Unique serial number of the machine.
string serial_identifier = 7;getSerialIdentifier in interface MachineConfigurationOrBuilderpublic com.google.protobuf.ByteString getSerialIdentifierBytes()
Unique serial number of the machine.
string serial_identifier = 7;getSerialIdentifierBytes in interface MachineConfigurationOrBuilderpublic boolean hasPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;hasPlatformInfo in interface MachineConfigurationOrBuilderpublic PlatformInfo getPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;getPlatformInfo in interface MachineConfigurationOrBuilderpublic PlatformInfoOrBuilder getPlatformInfoOrBuilder()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;getPlatformInfoOrBuilder in interface MachineConfigurationOrBuilderpublic boolean hasCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;hasCpuInfo in interface MachineConfigurationOrBuilderpublic CPUInfo getCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;getCpuInfo in interface MachineConfigurationOrBuilderpublic CPUInfoOrBuilder getCpuInfoOrBuilder()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;getCpuInfoOrBuilder in interface MachineConfigurationOrBuilderpublic List<com.google.protobuf.Any> getDeviceInfoList()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfoList in interface MachineConfigurationOrBuilderpublic List<? extends com.google.protobuf.AnyOrBuilder> getDeviceInfoOrBuilderList()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfoOrBuilderList in interface MachineConfigurationOrBuilderpublic int getDeviceInfoCount()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfoCount in interface MachineConfigurationOrBuilderpublic com.google.protobuf.Any getDeviceInfo(int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfo in interface MachineConfigurationOrBuilderpublic com.google.protobuf.AnyOrBuilder getDeviceInfoOrBuilder(int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfoOrBuilder in interface MachineConfigurationOrBuilderpublic List<AvailableDeviceInfo> getAvailableDeviceInfoList()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfoList in interface MachineConfigurationOrBuilderpublic List<? extends AvailableDeviceInfoOrBuilder> getAvailableDeviceInfoOrBuilderList()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfoOrBuilderList in interface MachineConfigurationOrBuilderpublic int getAvailableDeviceInfoCount()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfoCount in interface MachineConfigurationOrBuilderpublic AvailableDeviceInfo getAvailableDeviceInfo(int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfo in interface MachineConfigurationOrBuilderpublic AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder(int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfoOrBuilder in interface MachineConfigurationOrBuilderpublic boolean hasMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;hasMemoryInfo in interface MachineConfigurationOrBuilderpublic MemoryInfo getMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;getMemoryInfo in interface MachineConfigurationOrBuilderpublic MemoryInfoOrBuilder getMemoryInfoOrBuilder()
.tensorflow.MemoryInfo memory_info = 6;getMemoryInfoOrBuilder in interface MachineConfigurationOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static MachineConfiguration parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MachineConfiguration parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MachineConfiguration parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MachineConfiguration parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MachineConfiguration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MachineConfiguration parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MachineConfiguration parseFrom(InputStream input) throws IOException
IOExceptionpublic static MachineConfiguration parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MachineConfiguration parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static MachineConfiguration parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static MachineConfiguration parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static MachineConfiguration parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic MachineConfiguration.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static MachineConfiguration.Builder newBuilder()
public static MachineConfiguration.Builder newBuilder(MachineConfiguration prototype)
public MachineConfiguration.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected MachineConfiguration.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static MachineConfiguration getDefaultInstance()
public static com.google.protobuf.Parser<MachineConfiguration> parser()
public com.google.protobuf.Parser<MachineConfiguration> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public MachineConfiguration getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2019. All rights reserved.