SpecializedType

genel son numaralandırma 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

Sabitler

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

Kalıtsal Yöntemler

Numaralandırma Değerleri

genel statik final SpecializedType ST_INVALID

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

genel statik final SpecializedType ST_TENSOR_LIST

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

genel statik final Uzmanlaşmış Tür TANIMAYAN

Sabitler

genel statik final int ST_INVALID_VALUE

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

Sabit Değer: 0

genel statik final int ST_TENSOR_LIST_VALUE

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

Sabit Değer: 1