পাবলিক ফাইনাল enum DataClass
Protobuf enum tensorflow.DataClass
ধ্রুবক
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. |
উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি
চূড়ান্ত int | compareTo ( DataClass arg0) |
int | compareTo (অবজেক্ট arg0) |
চূড়ান্ত বুলিয়ান | সমান (অবজেক্ট arg0) |
চূড়ান্ত ক্লাস< ডেটাক্লাস > | getDeclaringClass () |
চূড়ান্ত int | হ্যাশকোড () |
চূড়ান্ত স্ট্রিং | নাম () |
চূড়ান্ত int | অর্ডিনাল () |
স্ট্রিং | toString () |
স্ট্যাটিক <T Enum<T>> T প্রসারিত করে | valueOf (Class<T> arg0, স্ট্রিং arg1) |
বুলিয়ান | সমান (অবজেক্ট arg0) |
চূড়ান্ত ক্লাস<?> | getClass () |
int | হ্যাশকোড () |
চূড়ান্ত শূন্যতা | অবহিত করুন () |
চূড়ান্ত শূন্যতা | সকলকে অবহিত করুন () |
স্ট্রিং | toString () |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0, int arg1) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন (দীর্ঘ arg0) |
চূড়ান্ত শূন্যতা | অপেক্ষা করুন () |
বিমূর্ত int | compareTo ( DataClass arg0) |
এনাম মান
সর্বজনীন স্ট্যাটিক চূড়ান্ত ডেটাক্লাস ডেটা_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;
পাবলিক স্ট্যাটিক ফাইনাল ডেটাক্লাস 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;
পাবলিক স্ট্যাটিক ফাইনাল ডেটাক্লাস 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;
পাবলিক স্ট্যাটিক ফাইনাল ডেটাক্লাস DATA_CLASS_UNKNOWN
Unknown data class, used (implicitly) for legacy data. Will not be processed by data ingestion pipelines.
DATA_CLASS_UNKNOWN = 0;
পাবলিক স্ট্যাটিক ফাইনাল ডেটাক্লাস অস্বীকৃত
ধ্রুবক
DATA_CLASS_BLOB_SEQUENCE_VALUE int পাবলিক স্ট্যাটিক ফাইনাল
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 সর্বজনীন স্ট্যাটিক চূড়ান্ত int
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 সর্বজনীন স্ট্যাটিক চূড়ান্ত int
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 int পাবলিক স্ট্যাটিক ফাইনাল
Unknown data class, used (implicitly) for legacy data. Will not be processed by data ingestion pipelines.
DATA_CLASS_UNKNOWN = 0;
ধ্রুবক মান: 0