SpecializedType

enum akhir publik Tipe Khusus

 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

Konstanta

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

Metode Warisan

Nilai Enum

ST_INVALID Tipe Khusus final statis publik

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

Tipe Khusus akhir statis publik ST_TENSOR_LIST

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

Tipe Khusus final statis publik TIDAK DIAKUI

Konstanta

int akhir statis publik ST_INVALID_VALUE

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

Nilai Konstan: 0

int akhir statis publik ST_TENSOR_LIST_VALUE

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

Nilai Konstan: 1