SaverDef.CheckpointFormatVersion
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
A version number that identifies a different on-disk checkpoint format.
Usually, each subclass of BaseSaverBuilder works with a particular
version/format. However, it is possible that the same builder may be
upgraded to support a newer checkpoint format in the future.
Protobuf enum
tensorflow.SaverDef.CheckpointFormatVersion Constantes
| interno | LEGACY_VALUE |
Internal legacy format. |
| interno | V1_VALUE |
Deprecated format: tf.Saver() which works with tensorflow::table::Table. |
| interno | V2_VALUE |
Current format: more efficient. |
Métodos herdados
Da classe java.lang.Enum | int final | |
| interno | compareTo (objeto arg0) |
| booleano final | é igual (objeto arg0) |
| Classe final< SaverDef.CheckpointFormatVersion > | getDeclaringClass () |
| int final | código hash () |
| sequência final | nome () |
| int final | ordinal () |
| Corda | toString () |
| estático <T estende Enum<T>> T | valorOf (Classe<T> arg0, String arg1) |
Da classe java.lang.Object | booleano | é igual (objeto arg0) |
| aula final<?> | getClass () |
| interno | código hash () |
| vazio final | notificar () |
| vazio final | notificar todos () |
| Corda | toString () |
| vazio final | espere (long arg0, int arg1) |
| vazio final | espere (arg0 longo) |
| vazio final | espere () |
Da interface java.lang.Comparable Valores de Enum
Internal legacy format.
LEGACY = 0;
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Current format: more efficient.
V2 = 2; Constantes
público estático final int LEGACY_VALUE
Internal legacy format.
LEGACY = 0; Valor Constante: 0
público estático final int V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1; Valor Constante: 1
público estático final int V2_VALUE
Current format: more efficient.
V2 = 2; Valor Constante: 2
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-27 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-07-27 UTC."],[],[]]