Known Indirect Subclasses |
Public Methods
abstract FeatureConfiguration.ConfigCase | |
abstract FixedLenFeatureProto |
getFixedLenFeature
()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
|
abstract FixedLenFeatureProtoOrBuilder |
getFixedLenFeatureOrBuilder
()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
|
abstract VarLenFeatureProto |
getVarLenFeature
()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
|
abstract VarLenFeatureProtoOrBuilder |
getVarLenFeatureOrBuilder
()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
|
abstract boolean |
hasFixedLenFeature
()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
|
abstract boolean |
hasVarLenFeature
()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
|
Public Methods
public abstract FixedLenFeatureProto getFixedLenFeature ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
public abstract FixedLenFeatureProtoOrBuilder getFixedLenFeatureOrBuilder ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
public abstract VarLenFeatureProto getVarLenFeature ()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
public abstract VarLenFeatureProtoOrBuilder getVarLenFeatureOrBuilder ()
.tensorflow.VarLenFeatureProto var_len_feature = 2;
public abstract boolean hasFixedLenFeature ()
.tensorflow.FixedLenFeatureProto fixed_len_feature = 1;
public abstract boolean hasVarLenFeature ()
.tensorflow.VarLenFeatureProto var_len_feature = 2;