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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public String getHostname()
Host name of machine that ran the benchmark.
string hostname = 1;
getHostname
in interface MachineConfigurationOrBuilder
public com.google.protobuf.ByteString getHostnameBytes()
Host name of machine that ran the benchmark.
string hostname = 1;
getHostnameBytes
in interface MachineConfigurationOrBuilder
public String getSerialIdentifier()
Unique serial number of the machine.
string serial_identifier = 7;
getSerialIdentifier
in interface MachineConfigurationOrBuilder
public com.google.protobuf.ByteString getSerialIdentifierBytes()
Unique serial number of the machine.
string serial_identifier = 7;
getSerialIdentifierBytes
in interface MachineConfigurationOrBuilder
public boolean hasPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
hasPlatformInfo
in interface MachineConfigurationOrBuilder
public PlatformInfo getPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
getPlatformInfo
in interface MachineConfigurationOrBuilder
public PlatformInfoOrBuilder getPlatformInfoOrBuilder()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;
getPlatformInfoOrBuilder
in interface MachineConfigurationOrBuilder
public boolean hasCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;
hasCpuInfo
in interface MachineConfigurationOrBuilder
public CPUInfo getCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;
getCpuInfo
in interface MachineConfigurationOrBuilder
public CPUInfoOrBuilder getCpuInfoOrBuilder()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;
getCpuInfoOrBuilder
in interface MachineConfigurationOrBuilder
public 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 MachineConfigurationOrBuilder
public 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 MachineConfigurationOrBuilder
public int getDeviceInfoCount()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;
getDeviceInfoCount
in interface MachineConfigurationOrBuilder
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;
getDeviceInfo
in interface MachineConfigurationOrBuilder
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;
getDeviceInfoOrBuilder
in interface MachineConfigurationOrBuilder
public 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 MachineConfigurationOrBuilder
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;
getAvailableDeviceInfoOrBuilderList
in interface MachineConfigurationOrBuilder
public 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 MachineConfigurationOrBuilder
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;
getAvailableDeviceInfo
in interface MachineConfigurationOrBuilder
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;
getAvailableDeviceInfoOrBuilder
in interface MachineConfigurationOrBuilder
public boolean hasMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;
hasMemoryInfo
in interface MachineConfigurationOrBuilder
public MemoryInfo getMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;
getMemoryInfo
in interface MachineConfigurationOrBuilder
public MemoryInfoOrBuilder getMemoryInfoOrBuilder()
.tensorflow.MemoryInfo memory_info = 6;
getMemoryInfoOrBuilder
in interface MachineConfigurationOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static MachineConfiguration parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MachineConfiguration parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MachineConfiguration parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MachineConfiguration parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MachineConfiguration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MachineConfiguration parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MachineConfiguration parseFrom(InputStream input) throws IOException
IOException
public static MachineConfiguration parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MachineConfiguration parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MachineConfiguration parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MachineConfiguration parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MachineConfiguration parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public MachineConfiguration.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MachineConfiguration.Builder newBuilder()
public static MachineConfiguration.Builder newBuilder(MachineConfiguration prototype)
public MachineConfiguration.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MachineConfiguration.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static MachineConfiguration getDefaultInstance()
public static com.google.protobuf.Parser<MachineConfiguration> parser()
public com.google.protobuf.Parser<MachineConfiguration> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public MachineConfiguration getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2015–2019. All rights reserved.