public final class
SavedConstant
Protobuf type tensorflow.SavedConstant
Nested Classes
| class | SavedConstant.Builder | Protobuf type tensorflow.SavedConstant
|
|
Constants
| int | OPERATION_FIELD_NUMBER |
Public Methods
| boolean |
equals(Object obj)
|
| static SavedConstant | |
| SavedConstant | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| String |
getOperation()
An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph. |
| com.google.protobuf.ByteString |
getOperationBytes()
An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph. |
|
|
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int |
hashCode()
|
| final boolean | |
| static SavedConstant.Builder |
newBuilder(SavedConstant prototype)
|
| static SavedConstant.Builder | |
| SavedConstant.Builder | |
| static SavedConstant |
parseDelimitedFrom(InputStream input)
|
| static SavedConstant |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedConstant |
parseFrom(ByteBuffer data)
|
| static SavedConstant |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedConstant |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedConstant |
parseFrom(com.google.protobuf.CodedInputStream input)
|
| static SavedConstant |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedConstant |
parseFrom(com.google.protobuf.ByteString data)
|
| static SavedConstant |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static SavedConstant |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser()
|
| SavedConstant.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int OPERATION_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String getOperation ()
An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
string operation = 1;
public com.google.protobuf.ByteString getOperationBytes ()
An Operation name for a ConstantOp in this SavedObjectGraph's MetaGraph.
string operation = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static SavedConstant parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static SavedConstant parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static SavedConstant parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static SavedConstant parseFrom (com.google.protobuf.CodedInputStream input)
Throws
| IOException |
|---|
public static SavedConstant parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static SavedConstant parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static SavedConstant parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static SavedConstant 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 |
|---|