énumération finale publique DataClass
Protobuf enum tensorflow.DataClass
Constantes
int | DATA_CLASS_BLOB_SEQUENCE_VALUE | Blob sequence time series. |
int | DATA_CLASS_SCALAR_VALUE | Scalar time series. |
int | DATA_CLASS_TENSOR_VALUE | Tensor time series. |
int | DATA_CLASS_UNKNOWN_VALUE | Unknown data class, used (implicitly) for legacy data. |
Méthodes héritées
entier final | comparerÀ ( DataClass arg0) |
int | comparerTo (Objet arg0) |
booléen final | est égal à (Objet arg0) |
Classe finale < DataClass > | 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) |
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 () |
abstrait entier | comparerÀ ( DataClass arg0) |
Valeurs d'énumération
public statique final DataClass DATA_CLASS_BLOB_SEQUENCE
Blob sequence time series. Each `Value` for the corresponding tag must have `tensor` set to a rank-1 tensor of bytestring dtype.
DATA_CLASS_BLOB_SEQUENCE = 3;
public statique final DataClass DATA_CLASS_SCALAR
Scalar time series. Each `Value` for the corresponding tag must have `tensor` set to a rank-0 tensor of floating-point dtype, which will be converted to float64.
DATA_CLASS_SCALAR = 1;
public statique final DataClass DATA_CLASS_TENSOR
Tensor time series. Each `Value` for the corresponding tag must have `tensor` set. The tensor value is arbitrary, but should be small to accommodate direct storage in database backends: an upper bound of a few kilobytes is a reasonable rule of thumb.
DATA_CLASS_TENSOR = 2;
public statique final DataClass DATA_CLASS_UNKNOWN
Unknown data class, used (implicitly) for legacy data. Will not be processed by data ingestion pipelines.
DATA_CLASS_UNKNOWN = 0;
public static final DataClass NON RECONNU
Constantes
public statique final int DATA_CLASS_BLOB_SEQUENCE_VALUE
Blob sequence time series. Each `Value` for the corresponding tag must have `tensor` set to a rank-1 tensor of bytestring dtype.
DATA_CLASS_BLOB_SEQUENCE = 3;
Valeur constante : 3
public statique final int DATA_CLASS_SCALAR_VALUE
Scalar time series. Each `Value` for the corresponding tag must have `tensor` set to a rank-0 tensor of floating-point dtype, which will be converted to float64.
DATA_CLASS_SCALAR = 1;
Valeur constante : 1
public statique final int DATA_CLASS_TENSOR_VALUE
Tensor time series. Each `Value` for the corresponding tag must have `tensor` set. The tensor value is arbitrary, but should be small to accommodate direct storage in database backends: an upper bound of a few kilobytes is a reasonable rule of thumb.
DATA_CLASS_TENSOR = 2;
Valeur constante : 2
public statique final int DATA_CLASS_UNKNOWN_VALUE
Unknown data class, used (implicitly) for legacy data. Will not be processed by data ingestion pipelines.
DATA_CLASS_UNKNOWN = 0;
Valeur constante : 0