DataClass

publiczne końcowe wyliczenie DataClass

Protobuf enum tensorflow.DataClass

Stałe

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

Metody dziedziczone

końcowy wew
porównajTo ( Klasa danych arg0)
wew
porównajTo (Obiekt arg0)
końcowa wartość logiczna
równa się (Obiekt arg0)
końcowa klasa < DataClass >
getDeclaringClass ()
końcowy wew
hashCode ()
ostatni ciąg
nazwa ()
końcowy wew
porządkowe ()
Smyczkowy
doString ()
statyczny <T rozszerza Enum<T>> T
wartośćOf (Klasa<T> arg0, Łańcuch arg1)
wartość logiczna
równa się (Obiekt arg0)
ostatnia klasa<?>
pobierzKlasę ()
wew
hashCode ()
ostateczna pustka
powiadomić ()
ostateczna pustka
powiadom wszystkich ()
Smyczkowy
doString ()
ostateczna pustka
czekaj (długi arg0, int arg1)
ostateczna pustka
czekaj (długi arg0)
ostateczna pustka
Czekać ()
streszczenie wew
porównajTo ( Klasa danych arg0)

Wartości wyliczeniowe

publiczna statyczna końcowa klasa danych 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;

publiczna statyczna końcowa klasa danych 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;

publiczna statyczna końcowa klasa danych 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;

publiczna statyczna końcowa klasa danych DATA_CLASS_UNKNOWN

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

publiczna statyczna końcowa klasa danych NIEROZPOZNANA

Stałe

publiczny statyczny końcowy 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;

Wartość stała: 3

publiczny statyczny końcowy 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;

Wartość stała: 1

publiczny statyczny końcowy 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;

Wartość stała: 2

publiczny statyczny końcowy 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;

Wartość stała: 0