public final class
SaveableObject
Protobuf type tensorflow.SaveableObject
Nested Classes
class | SaveableObject.Builder | Protobuf type tensorflow.SaveableObject
|
Constants
int | RESTORE_FUNCTION_FIELD_NUMBER | |
int | SAVE_FUNCTION_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static SaveableObject | |
SaveableObject | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int |
getRestoreFunction()
int32 restore_function = 3;
|
int |
getSaveFunction()
Node ids of concrete functions for saving and loading from a checkpoint. |
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static SaveableObject.Builder |
newBuilder(SaveableObject prototype)
|
static SaveableObject.Builder | |
SaveableObject.Builder | |
static SaveableObject |
parseDelimitedFrom(InputStream input)
|
static SaveableObject |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SaveableObject |
parseFrom(ByteBuffer data)
|
static SaveableObject |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SaveableObject |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SaveableObject |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static SaveableObject |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SaveableObject |
parseFrom(com.google.protobuf.ByteString data)
|
static SaveableObject |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static SaveableObject |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
SaveableObject.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int RESTORE_FUNCTION_FIELD_NUMBER
Constant Value:
3
public static final int SAVE_FUNCTION_FIELD_NUMBER
Constant Value:
2
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getRestoreFunction ()
int32 restore_function = 3;
public int getSaveFunction ()
Node ids of concrete functions for saving and loading from a checkpoint.
int32 save_function = 2;
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static SaveableObject parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SaveableObject parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SaveableObject parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SaveableObject parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static SaveableObject parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static SaveableObject parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static SaveableObject parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static SaveableObject 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 |
---|