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

ค่าคงที่

ภายใน ST_INVALID_VALUE
 Invalid/unknown specialized type.
ภายใน 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;

สาธารณะแบบคงที่ขั้นสุดท้าย SpecializedType UNRECOGNIZED

ค่าคงที่

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