SaveableObject

public final class SaveableObject

tensorflow.SaveableObject tipo tensorflow.SaveableObject

Classes aninhadas

aula SaveableObject.Builder tensorflow.SaveableObject tipo tensorflow.SaveableObject

Constantes

int RESTORE_FUNCTION_FIELD_NUMBER
int SAVE_FUNCTION_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto 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
final booleano
static SaveableObject.Builder
newBuilder (protótipo SaveableObject )
static SaveableObject.Builder
SaveableObject.Builder
static SaveableObject
parseDelimitedFrom (input InputStream)
static SaveableObject
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveableObject
parseFrom (dados ByteBuffer)
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)
estático
SaveableObject.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int RESTORE_FUNCTION_FIELD_NUMBER

Valor Constante: 3

public static final int SAVE_FUNCTION_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public static SaveableObject getDefaultInstance ()

public SaveableObject getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público 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.Builder newBuilder (protótipo SaveableObject )

public static SaveableObject.Builder newBuilder ()

public SaveableObject.Builder newBuilderForType ()

public static SaveableObject parseDelimitedFrom (InputStream input)

Lança
IOException

public static SaveableObject parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SaveableObject parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static SaveableObject parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SaveableObject parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SaveableObject parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static SaveableObject parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SaveableObject parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static SaveableObject parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SaveableObject parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SaveableObject.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException