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.
 
प्रोटोबफ एनम 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

सार्वजनिक स्थैतिक अंतिम पूर्णांक ST_TENSOR_LIST_VALUE

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

स्थिर मान: 1