FeatureConfigurationOrBuilder

공개 인터페이스 FeatureConfigurationOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 FeatureConfiguration.ConfigCase
추상 FixLenFeatureProto
getFixedLenFeature ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
추상 FixLenFeatureProtoOrBuilder
getFixedLenFeatureOrBuilder ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
추상 VarLenFeatureProto
getVarLenFeature ()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
추상 VarLenFeatureProtoOrBuilder
getVarLenFeatureOrBuilder ()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
추상 부울
hasFixedLenFeature ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
추상 부울
hasVarLenFeature ()
.tensorflow.VarLenFeatureProto var_len_feature = 2;

공개 방법

공개 추상 FeatureConfiguration.ConfigCase getConfigCase ()

공개 추상 고정 LenFeatureProto getFixedLenFeature ()

.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;

공개 추상 고정 LenFeatureProtoOrBuilder getFixedLenFeatureOrBuilder ()

.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;

공개 추상 VarLenFeatureProto getVarLenFeature ()

.tensorflow.VarLenFeatureProto var_len_feature = 2;

공개 추상 VarLenFeatureProtoOrBuilder getVarLenFeatureOrBuilder ()

.tensorflow.VarLenFeatureProto var_len_feature = 2;

공개 추상 부울 hasFixedLenFeature ()

.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;

공개 추상 부울 hasVarLenFeature ()

.tensorflow.VarLenFeatureProto var_len_feature = 2;