DataClass

فهرست نهایی عمومی DataClass

Protobuf enum tensorflow.DataClass

ثابت ها

بین المللی DATA_CLASS_BLOB_SEQUENCE_VALUE
 Blob sequence time series.
بین المللی DATA_CLASS_SCALAR_VALUE
 Scalar time series.
بین المللی DATA_CLASS_TENSOR_VALUE
 Tensor time series.
بین المللی DATA_CLASS_UNKNOWN_VALUE
 Unknown data class, used (implicitly) for legacy data.

روش های ارثی

بین المللی نهایی
compareTo ( DataClass arg0)
بین المللی
مقایسه با (ابجکت arg0)
بولی نهایی
برابر است (شیء arg0)
کلاس نهایی< DataClass >
getDeclaringClass ()
بین المللی نهایی
کد هش ()
رشته نهایی
نام ()
بین المللی نهایی
ترتیبی ()
رشته
toString ()
استاتیک <T Enum<T>> T را گسترش می دهد
valueOf (Class<T> arg0، رشته arg1)
بولی
برابر است (شیء arg0)
کلاس نهایی<?>
getClass ()
بین المللی
کد هش ()
باطل نهایی
اطلاع رسانی ()
باطل نهایی
اطلاع رسانی به همه ()
رشته
toString ()
باطل نهایی
صبر کنید (long arg0، int arg1)
باطل نهایی
صبر کنید (طولانی arg0)
باطل نهایی
صبر کن ()
انتزاعی
compareTo ( DataClass arg0)

مقادیر Enum

عمومی استاتیک نهایی 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;

عمومی استاتیک نهایی 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;

عمومی استاتیک نهایی 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;

عمومی استاتیک نهایی DataClass DATA_CLASS_UNKNOWN

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

عمومی استاتیک نهایی DataClass UNREGNIZED

ثابت ها

نهایی استاتیک عمومی 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;

مقدار ثابت: 3

نهایی استاتیک عمومی 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;

ارزش ثابت: 1

نهایی استاتیک عمومی 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;

مقدار ثابت: 2

نهایی استاتیک عمومی DATA_CLASS_UNKNOWN_VALUE

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

مقدار ثابت: 0