public final class
NamedDevice
Protobuf type tensorflow.NamedDevice
Nested Classes
class | NamedDevice.Builder | Protobuf type tensorflow.NamedDevice
|
Constants
int | NAME_FIELD_NUMBER | |
int | PROPERTIES_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static NamedDevice | |
NamedDevice | |
final static com.google.protobuf.Descriptors.Descriptor | |
String |
getName()
string name = 1;
|
com.google.protobuf.ByteString |
getNameBytes()
string name = 1;
|
|
|
DeviceProperties |
getProperties()
.tensorflow.DeviceProperties properties = 2;
|
DevicePropertiesOrBuilder |
getPropertiesOrBuilder()
.tensorflow.DeviceProperties properties = 2;
|
int | |
final com.google.protobuf.UnknownFieldSet | |
boolean |
hasProperties()
.tensorflow.DeviceProperties properties = 2;
|
int |
hashCode()
|
final boolean | |
static NamedDevice.Builder |
newBuilder(NamedDevice prototype)
|
static NamedDevice.Builder | |
NamedDevice.Builder | |
static NamedDevice |
parseDelimitedFrom(InputStream input)
|
static NamedDevice |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamedDevice |
parseFrom(ByteBuffer data)
|
static NamedDevice |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamedDevice |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamedDevice |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static NamedDevice |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamedDevice |
parseFrom(com.google.protobuf.ByteString data)
|
static NamedDevice |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static NamedDevice |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
NamedDevice.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int NAME_FIELD_NUMBER
Constant Value:
1
public static final int PROPERTIES_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getName ()
string name = 1;
public com.google.protobuf.ByteString getNameBytes ()
string name = 1;
public
getParserForType
()
public DevicePropertiesOrBuilder getPropertiesOrBuilder ()
.tensorflow.DeviceProperties properties = 2;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasProperties ()
.tensorflow.DeviceProperties properties = 2;
public int hashCode ()
public final boolean isInitialized ()
public static NamedDevice parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static NamedDevice parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static NamedDevice parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static NamedDevice parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static NamedDevice parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static NamedDevice parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static NamedDevice 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 |
---|