DataClass

التعداد النهائي العام DataClass

Protobuf التعداد 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.

الطرق الموروثة

كثافة العمليات النهائية
مقارنة مع ( DataClass arg0)
كثافة العمليات
قارن إلى (كائن arg0)
منطقية نهائية
يساوي (الكائن arg0)
الفئة النهائية< فئة البيانات >
الحصول على التصريح ()
كثافة العمليات النهائية
رمز التجزئة ()
السلسلة النهائية
اسم ()
كثافة العمليات النهائية
ترتيبي ()
خيط
إلى سلسلة ()
ثابت <T يمتد التعداد<T>> T
قيمة (الفئة<T> arg0، سلسلة arg1)
منطقية
يساوي (الكائن arg0)
الدرجة النهائية<?>
الحصول على كلاس ()
كثافة العمليات
رمز التجزئة ()
الفراغ النهائي
إعلام ()
الفراغ النهائي
إعلام الكل ()
خيط
إلى سلسلة ()
الفراغ النهائي
انتظر (طويل arg0، int arg1)
الفراغ النهائي
انتظر (طويل arg0)
الفراغ النهائي
انتظر ()
كثافة العمليات مجردة
مقارنة مع ( DataClass arg0)

قيم التعداد

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;

فئة البيانات النهائية العامة الثابتة غير معروفة

الثوابت

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;

القيمة الثابتة: 3

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;

القيمة الثابتة: 1

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;

القيمة الثابتة: 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