DataClass

DataClass enum สุดท้ายสาธารณะ

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.

วิธีการสืบทอด

int สุดท้าย
เปรียบเทียบถึง ( DataClass arg0)
ภายใน
เปรียบเทียบถึง (วัตถุ arg0)
บูลีนสุดท้าย
เท่ากับ (วัตถุ arg0)
คลาสสุดท้าย < DataClass >
getDeclaringClass ()
int สุดท้าย
แฮชโค้ด ()
สตริงสุดท้าย
ชื่อ ()
int สุดท้าย
ลำดับ ()
สตริง
toString ()
คงที่ <T ขยาย Enum <T>> T
valueOf (คลาส <T> arg0, สตริง arg1)
บูลีน
เท่ากับ (วัตถุ arg0)
คลาสสุดท้าย<?>
รับคลาส ()
ภายใน
แฮชโค้ด ()
โมฆะสุดท้าย
แจ้ง ()
โมฆะสุดท้าย
แจ้งทั้งหมด ()
สตริง
toString ()
โมฆะสุดท้าย
รอสักครู่ (ยาว 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;

DataClass สุดท้ายแบบคงที่สาธารณะ ไม่ได้รับการยอมรับ

ค่าคงที่

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

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;

ค่าคงที่: 0