Uses of Class
org.tensorflow.proto.FeatureLists.Builder
Packages that use FeatureLists.Builder
-
Uses of FeatureLists.Builder in org.tensorflow.proto
Subclasses with type arguments of type FeatureLists.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.FeatureListsMethods in org.tensorflow.proto that return FeatureLists.BuilderModifier and TypeMethodDescriptionFeatureLists.Builder.clear()FeatureLists.Builder.clearFeatureList()SequenceExample.Builder.getFeatureListsBuilder().tensorflow.FeatureLists feature_lists = 2;FeatureLists.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) FeatureLists.Builder.mergeFrom(FeatureLists other) static FeatureLists.BuilderFeatureLists.newBuilder()static FeatureLists.BuilderFeatureLists.newBuilder(FeatureLists prototype) FeatureLists.newBuilderForType()protected FeatureLists.BuilderFeatureLists.newBuilderForType(AbstractMessage.BuilderParent parent) FeatureLists.Builder.putAllFeatureList(Map<String, FeatureList> values) Map from feature name to feature list.FeatureLists.Builder.putFeatureList(String key, FeatureList value) Map from feature name to feature list.FeatureLists.Builder.removeFeatureList(String key) Map from feature name to feature list.FeatureLists.toBuilder()Methods in org.tensorflow.proto with parameters of type FeatureLists.BuilderModifier and TypeMethodDescriptionSequenceExample.Builder.setFeatureLists(FeatureLists.Builder builderForValue) .tensorflow.FeatureLists feature_lists = 2;