SpecializedType

공개 최종 열거형 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 열거형 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 인식되지 않음

상수

공개 정적 최종 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