cuối cùng công khai enum DataClass
Protobuf enum tensorflow.DataClass
Hằng số
int | DATA_CLASS_BLOB_SEQUENCE_VALUE | Blob sequence time series. |
int | DATA_CLASS_SCALAR_VALUE | Scalar time series. |
int | DATA_CLASS_TENSOR_VALUE | Tensor time series. |
int | DATA_CLASS_UNKNOWN_VALUE | Unknown data class, used (implicitly) for legacy data. |
Phương pháp kế thừa
int cuối cùng | so sánh ( DataClass arg0) |
int | so sánh (Đối tượng arg0) |
boolean cuối cùng | bằng (Đối tượng arg0) |
Lớp cuối cùng< DataClass > | getDeclaringClass () |
int cuối cùng | mã băm () |
chuỗi cuối cùng | tên () |
int cuối cùng | thứ tự () |
Sợi dây | toString () |
tĩnh <T mở rộng Enum<T>> T | valueOf (Lớp<T> arg0, Chuỗi arg1) |
boolean | bằng (Đối tượng arg0) |
Lớp cuối cùng<?> | getClass () |
int | mã băm () |
khoảng trống cuối cùng | thông báo () |
khoảng trống cuối cùng | thông báoTất cả () |
Sợi dây | toString () |
khoảng trống cuối cùng | chờ đã (arg0 dài, int arg1) |
khoảng trống cuối cùng | chờ đã (arg0 dài) |
khoảng trống cuối cùng | Chờ đợi () |
int trừu tượng | so sánh ( DataClass arg0) |
Giá trị liệt kê
cuối cùng tĩnh công khai 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;
cuối cùng tĩnh công khai 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;
cuối cùng tĩnh công khai 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;
cuối cùng tĩnh công khai DataClass DATA_CLASS_UNKNOWN
Unknown data class, used (implicitly) for legacy data. Will not be processed by data ingestion pipelines.
DATA_CLASS_UNKNOWN = 0;
cuối cùng tĩnh công khai DataClass KHÔNG ĐƯỢC CÔNG NHẬN
Hằng số
int cuối cùng tĩnh công khai 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;
Giá trị không đổi: 3
int cuối cùng tĩnh công khai 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;
Giá trị không đổi: 1
int cuối cùng tĩnh công khai 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;
Giá trị không đổi: 2
int tĩnh cuối cùng DATA_CLASS_UNKNOWN_VALUE
Unknown data class, used (implicitly) for legacy data. Will not be processed by data ingestion pipelines.
DATA_CLASS_UNKNOWN = 0;
Giá trị không đổi: 0