Uses of Class
org.tensorflow.example.Example.Builder
Packages that use Example.Builder
-
Uses of Example.Builder in org.tensorflow.example
Methods in org.tensorflow.example that return Example.BuilderModifier and TypeMethodDescriptionExample.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Example.Builder.clear()Example.Builder.clearFeatures().tensorflow.Features features = 1;Example.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Example.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Example.Builder.clone()Example.Builder.mergeFeatures(Features value) .tensorflow.Features features = 1;Example.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Example.Builder.mergeFrom(com.google.protobuf.Message other) final Example.BuilderExample.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Example.BuilderExample.newBuilder()static Example.BuilderExample.newBuilder(Example prototype) Example.newBuilderForType()protected Example.BuilderExample.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Example.Builder.setFeatures(Features value) .tensorflow.Features features = 1;Example.Builder.setFeatures(Features.Builder builderForValue) .tensorflow.Features features = 1;Example.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Example.BuilderExample.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Example.toBuilder() -
Uses of Example.Builder in tensorflow.serving
Methods in tensorflow.serving that return Example.BuilderModifier and TypeMethodDescriptionInputOuterClass.ExampleList.Builder.addExamplesBuilder()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.Builder.addExamplesBuilder(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamplesBuilder()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamplesBuilder(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.getContextBuilder().tensorflow.Example context = 2;InputOuterClass.ExampleList.Builder.getExamplesBuilder(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.getExamplesBuilder(int index) repeated .tensorflow.Example examples = 1;Methods in tensorflow.serving that return types with arguments of type Example.BuilderModifier and TypeMethodDescriptionInputOuterClass.ExampleList.Builder.getExamplesBuilderList()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.getExamplesBuilderList()repeated .tensorflow.Example examples = 1;Methods in tensorflow.serving with parameters of type Example.BuilderModifier and TypeMethodDescriptionInputOuterClass.ExampleList.Builder.addExamples(int index, Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.Builder.addExamples(Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamples(int index, Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamples(Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.setContext(Example.Builder builderForValue) .tensorflow.Example context = 2;InputOuterClass.ExampleList.Builder.setExamples(int index, Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.setExamples(int index, Example.Builder builderForValue) repeated .tensorflow.Example examples = 1;