DataClass

genel son numaralandırma DataClass

Protobuf enum tensorflow.DataClass

Sabitler

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.

Kalıtsal Yöntemler

son int
karşılaştırma ( DataClass arg0)
int
karşılaştırma (Nesne arg0)
son boole değeri
eşittir (Nesne arg0)
son Sınıf< DataClass >
getDeclaringClass ()
son int
hashKodu ()
son Dize
isim ()
son int
sıralı ()
Sicim
toString ()
static <T, Enum<T>> T'yi genişletir
valueOf (Class<T> arg0, String arg1)
boolean
eşittir (Nesne arg0)
son Sınıf<?>
getClass ()
int
hashKodu ()
son boşluk
bildir ()
son boşluk
tümünü bildir ()
Sicim
toString ()
son boşluk
bekle (uzun arg0, int arg1)
son boşluk
bekle (uzun arg0)
son boşluk
Beklemek ()
soyut int
karşılaştırma ( DataClass arg0)

Numaralandırma Değerleri

genel statik 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;

genel statik 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;

genel statik 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;

genel statik 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;

genel statik final DataClass TANIMIYOR

Sabitler

genel statik 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;

Sabit Değer: 3

genel statik 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;

Sabit Değer: 1

genel statik 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;

Sabit Değer: 2

genel statik 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;

Sabit Değer: 0