SpecializedType

enum cuối cùng công khai

 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

Hằng số

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

Phương pháp kế thừa

Giá trị liệt kê

công khai tĩnh cuối cùng SpecialType ST_INVALID

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

cuối cùng tĩnh công khai SpecialType ST_TENSOR_LIST

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

công khai tĩnh cuối cùng Chuyên ngành KHÔNG ĐƯỢC CÔNG NHẬN

Hằng số

int tĩnh cuối cùng ST_INVALID_VALUE

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

Giá trị không đổi: 0

int tĩnh cuối cùng ST_TENSOR_LIST_VALUE

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

Giá trị không đổi: 1