SpecializedType

পাবলিক চূড়ান্ত enum SpecializedType

 For identifying the underlying type of a variant. For variants, the types
 listed here are a subset of the types in the variant type registry,
 corresponding to commonly used variants which must occasionally be
 special-cased.
 
Protobuf enum tensorflow.SpecializedType

ধ্রুবক

int ST_INVALID_VALUE
 Invalid/unknown specialized type.
int ST_TENSOR_LIST_VALUE
 "tensorflow::TensorList" in the variant type registry.

উত্তরাধিকারসূত্রে প্রাপ্ত পদ্ধতি

এনাম মান

সর্বজনীন স্ট্যাটিক চূড়ান্ত বিশেষায়িত প্রকার ST_INVALID৷

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

সর্বজনীন স্ট্যাটিক চূড়ান্ত বিশেষায়িত প্রকার ST_TENSOR_LIST

 "tensorflow::TensorList" in the variant type registry.
 
ST_TENSOR_LIST = 1;

পাবলিক স্ট্যাটিক চূড়ান্ত বিশেষায়িত প্রকার অস্বীকৃত

ধ্রুবক

পাবলিক স্ট্যাটিক ফাইনাল int ST_INVALID_VALUE

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

ধ্রুবক মান: 0

পাবলিক স্ট্যাটিক ফাইনাল int ST_TENSOR_LIST_VALUE

 "tensorflow::TensorList" in the variant type registry.
 
ST_TENSOR_LIST = 1;

ধ্রুবক মান: 1