DataClass

enum final público DataClass

Protobuf enum tensorflow.DataClass

Constantes

interno DATA_CLASS_BLOB_SEQUENCE_VALUE
 Blob sequence time series.
interno DATA_CLASS_SCALAR_VALUE
 Scalar time series.
interno DATA_CLASS_TENSOR_VALUE
 Tensor time series.
interno DATA_CLASS_UNKNOWN_VALUE
 Unknown data class, used (implicitly) for legacy data.

Métodos herdados

int final
compararTo ( DataClass arg0)
interno
compareTo (objeto arg0)
booleano final
é igual (objeto arg0)
Classe final <DataClass>
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)
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 ()
abstrato int
compareTo ( DataClass arg0)

Valores de Enum

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

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

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

DataClass final estático público DATA_CLASS_UNKNOWN

 Unknown data class, used (implicitly) for legacy data. Will not be
 processed by data ingestion pipelines.
 
DATA_CLASS_UNKNOWN = 0;

DataClass final estático público NÃO RECONHECIDO

Constantes

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

Valor Constante: 3

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

Valor Constante: 1

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

Valor Constante: 2

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

Valor Constante: 0