SpecializedType

הרשימה הסופית הציבורית 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.

שיטות בירושה

ערכים מנויים

סופי סטטי ציבורי SpecializedType ST_INVALID

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

סופי סטטי ציבורי SpecializedType ST_TENSOR_LIST

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

Public static final SpecializedType UNRECOGNIZED

קבועים

ציבורי סטטי סופית אינט 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