SaveableObject

SaveableObject de clase final pública

Tensorflow de tipo tensorflow.SaveableObject

Clases anidadas

clase SaveableObject.Builder Tensorflow de tipo tensorflow.SaveableObject

Constantes

En t RESTORE_FUNCTION_FIELD_NUMBER
En t SAVE_FUNCTION_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
SaveableObject estático
SaveableObject
com.google.protobuf.Descriptors.Descriptor estático final
En t
getRestoreFunction ()
int32 restore_function = 3;
En t
getSaveFunction ()
 Node ids of concrete functions for saving and loading from a checkpoint.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático SaveableObject.Builder
estático SaveableObject.Builder
SaveableObject.Builder
SaveableObject estático
parseDelimitedFrom (entrada InputStream)
SaveableObject estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (datos ByteBuffer)
SaveableObject estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
SaveableObject estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (datos com.google.protobuf.ByteString)
SaveableObject estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SaveableObject estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SaveableObject.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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 es igual a (Object obj)

public static SaveableObject getDefaultInstance ()

public SaveableObject getDefaultInstanceForType ()

público estático 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 (prototipo SaveableObject )

public static SaveableObject.Builder newBuilder ()

public SaveableObject.Builder newBuilderForType ()

public static SaveableObject parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

Public static SaveableObject parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

Public static SaveableObject parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

Public static SaveableObject parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public SaveableObject.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException