SpecializedType

public 最終列挙型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.

継承されたメソッド

列挙値

public static Final SpecializedType ST_INVALID

 Invalid/unknown specialized type.
 
ST_INVALID = 0;

public static Final 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