Uses of Class
org.tensorflow.proto.Example.Builder
Packages that use Example.Builder
-
Uses of Example.Builder in org.tensorflow.proto
Subclasses with type arguments of type Example.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.ExampleMethods in org.tensorflow.proto that return Example.BuilderModifier and TypeMethodDescriptionExample.Builder.clear()Example.Builder.clearFeatures().tensorflow.Features features = 1;Example.Builder.mergeFeatures(Features value) .tensorflow.Features features = 1;Example.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Example.BuilderExample.newBuilder()static Example.BuilderExample.newBuilder(Example prototype) Example.newBuilderForType()protected Example.BuilderExample.newBuilderForType(AbstractMessage.BuilderParent parent) Example.Builder.setFeatures(Features value) .tensorflow.Features features = 1;Example.Builder.setFeatures(Features.Builder builderForValue) .tensorflow.Features features = 1;Example.toBuilder()