SaverDef.CheckpointFormatVersion
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
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
int | LEGACY_VALUE |
Internal legacy format. |
int | V1_VALUE |
Deprecated format: tf.Saver() which works with tensorflow::table::Table. |
int | V2_VALUE |
Current format: more efficient. |
Méthodes héritées
De la classe java.lang.Enum entier final | |
int | comparerTo (Objet arg0) |
booléen final | est égal à (Objet arg0) |
Classe finale < SaverDef.CheckpointFormatVersion > | getDeclaringClass () |
entier final | Code de hachage () |
Chaîne finale | nom () |
entier final | ordinal () |
Chaîne | àChaîne () |
statique <T étend Enum<T>> T | valueOf (Class<T> arg0, Chaîne arg1) |
De la classe java.lang.Object booléen | est égal à (Objet arg0) |
Classe finale<?> | obtenirClasse () |
int | Code de hachage () |
vide final | notifier () |
vide final | notifierTous () |
Chaîne | àChaîne () |
vide final | attendre (long arg0, int arg1) |
vide final | attendez (long arg0) |
vide final | attendez () |
Depuis l'interface java.lang.Comparable Valeurs d'énumération
Internal legacy format.
LEGACY = 0;
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Current format: more efficient.
V2 = 2;
Constantes
public statique final int LEGACY_VALUE
Internal legacy format.
LEGACY = 0;
Valeur constante : 0
public statique final int V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Valeur constante : 1
public statique final int V2_VALUE
Current format: more efficient.
V2 = 2;
Valeur constante : 2
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/11/18 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/11/18 (UTC)."],[],[]]