public final class AvailableDeviceInfo extends com.google.protobuf.GeneratedMessageV3 implements AvailableDeviceInfoOrBuilder
Matches DeviceAttributesProtobuf type
tensorflow.AvailableDeviceInfo| Modifier and Type | Class and Description |
|---|---|
static class |
AvailableDeviceInfo.Builder
Matches DeviceAttributes
|
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 |
MEMORY_LIMIT_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PHYSICAL_DESCRIPTION_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AvailableDeviceInfo |
getDefaultInstance() |
AvailableDeviceInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getMemoryLimit()
Memory capacity in bytes.
|
String |
getName()
Device name.
|
com.google.protobuf.ByteString |
getNameBytes()
Device name.
|
com.google.protobuf.Parser<AvailableDeviceInfo> |
getParserForType() |
String |
getPhysicalDescription()
The physical description of this device.
|
com.google.protobuf.ByteString |
getPhysicalDescriptionBytes()
The physical description of this device.
|
int |
getSerializedSize() |
String |
getType()
Device type, e.g.
|
com.google.protobuf.ByteString |
getTypeBytes()
Device type, e.g.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AvailableDeviceInfo.Builder |
newBuilder() |
static AvailableDeviceInfo.Builder |
newBuilder(AvailableDeviceInfo prototype) |
AvailableDeviceInfo.Builder |
newBuilderForType() |
protected AvailableDeviceInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static AvailableDeviceInfo |
parseDelimitedFrom(InputStream input) |
static AvailableDeviceInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
parseFrom(byte[] data) |
static AvailableDeviceInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
parseFrom(ByteBuffer data) |
static AvailableDeviceInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
parseFrom(com.google.protobuf.ByteString data) |
static AvailableDeviceInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AvailableDeviceInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AvailableDeviceInfo |
parseFrom(InputStream input) |
static AvailableDeviceInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AvailableDeviceInfo> |
parser() |
AvailableDeviceInfo.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 NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int MEMORY_LIMIT_FIELD_NUMBER
public static final int PHYSICAL_DESCRIPTION_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 getName()
Device name.
string name = 1;getName in interface AvailableDeviceInfoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Device name.
string name = 1;getNameBytes in interface AvailableDeviceInfoOrBuilderpublic String getType()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;getType in interface AvailableDeviceInfoOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
Device type, e.g. 'CPU' or 'GPU'.
string type = 2;getTypeBytes in interface AvailableDeviceInfoOrBuilderpublic long getMemoryLimit()
Memory capacity in bytes.
int64 memory_limit = 3;getMemoryLimit in interface AvailableDeviceInfoOrBuilderpublic String getPhysicalDescription()
The physical description of this device.
string physical_description = 4;getPhysicalDescription in interface AvailableDeviceInfoOrBuilderpublic com.google.protobuf.ByteString getPhysicalDescriptionBytes()
The physical description of this device.
string physical_description = 4;getPhysicalDescriptionBytes in interface AvailableDeviceInfoOrBuilderpublic 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 AvailableDeviceInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AvailableDeviceInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AvailableDeviceInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AvailableDeviceInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AvailableDeviceInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AvailableDeviceInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AvailableDeviceInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static AvailableDeviceInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AvailableDeviceInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AvailableDeviceInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AvailableDeviceInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AvailableDeviceInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AvailableDeviceInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AvailableDeviceInfo.Builder newBuilder()
public static AvailableDeviceInfo.Builder newBuilder(AvailableDeviceInfo prototype)
public AvailableDeviceInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AvailableDeviceInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AvailableDeviceInfo getDefaultInstance()
public static com.google.protobuf.Parser<AvailableDeviceInfo> parser()
public com.google.protobuf.Parser<AvailableDeviceInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AvailableDeviceInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2015–2019. All rights reserved.