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.

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

ค่าแจงนับ

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