SaveableObject

classe final pública SaveableObject

Tipo de protobuf tensorflow.SaveableObject

Classes aninhadas

aula SaveableObject.Builder Tipo de protobuf tensorflow.SaveableObject

Constantes

interno RESTORE_FUNCTION_FIELD_NUMBER
interno SAVE_FUNCTION_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
SaveableObject estático
Objeto Salvável
final estático com.google.protobuf.Descriptors.Descriptor
interno
getRestoreFunction ()
int32 restore_function = 3;
interno
getSaveFunction ()
 Node ids of concrete functions for saving and loading from a checkpoint.
interno
final com.google.protobuf.UnknownFieldSet
interno
booleano final
SaveableObject.Builder estático
newBuilder (protótipo SaveableObject )
SaveableObject.Builder estático
SaveableObject.Builder
SaveableObject estático
parseDelimitedFrom (entrada InputStream)
SaveableObject estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (dados de ByteBuffer)
SaveableObject estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
SaveableObject estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (dados com.google.protobuf.ByteString)
SaveableObject estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SaveableObject.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int RESTORE_FUNCTION_FIELD_NUMBER

Valor Constante: 3

público estático final int SAVE_FUNCTION_FIELD_NUMBER

Valor Constante: 2

Métodos Públicos

booleano público é igual (Object obj)

público estático SaveableObject getDefaultInstance ()

public SaveableObject getDefaultInstanceForType ()

final estático público 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;

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático SaveableObject.Builder newBuilder (protótipo SaveableObject )

público estático SaveableObject.Builder newBuilder ()

público SaveableObject.Builder newBuilderForType ()

public static SaveableObject parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static SaveableObject parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

public static SaveableObject parseFrom (dados com.google.protobuf.ByteString, 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