Uses of Class
org.tensorflow.example.Example
Packages that use Example
-
Uses of Example in org.tensorflow.example
Methods in org.tensorflow.example that return ExampleModifier and TypeMethodDescriptionExample.Builder.build()Example.Builder.buildPartial()static ExampleExample.getDefaultInstance()Example.Builder.getDefaultInstanceForType()Example.getDefaultInstanceForType()static ExampleExample.parseDelimitedFrom(InputStream input) static ExampleExample.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(byte[] data) static ExampleExample.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(com.google.protobuf.ByteString data) static ExampleExample.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(com.google.protobuf.CodedInputStream input) static ExampleExample.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(InputStream input) static ExampleExample.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(ByteBuffer data) static ExampleExample.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.example that return types with arguments of type ExampleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Example> Example.getParserForType()static com.google.protobuf.Parser<Example> Example.parser()Methods in org.tensorflow.example with parameters of type Example -
Uses of Example in tensorflow.serving
Methods in tensorflow.serving that return ExampleModifier and TypeMethodDescriptionInputOuterClass.ExampleListWithContext.Builder.getContext().tensorflow.Example context = 2;InputOuterClass.ExampleListWithContext.getContext().tensorflow.Example context = 2;InputOuterClass.ExampleListWithContextOrBuilder.getContext().tensorflow.Example context = 2;InputOuterClass.ExampleList.Builder.getExamples(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.getExamples(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListOrBuilder.getExamples(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.getExamples(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.getExamples(int index) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContextOrBuilder.getExamples(int index) repeated .tensorflow.Example examples = 1;Methods in tensorflow.serving that return types with arguments of type ExampleModifier and TypeMethodDescriptionInputOuterClass.ExampleList.Builder.getExamplesList()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.getExamplesList()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListOrBuilder.getExamplesList()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.getExamplesList()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.getExamplesList()repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContextOrBuilder.getExamplesList()repeated .tensorflow.Example examples = 1;Methods in tensorflow.serving with parameters of type ExampleModifier and TypeMethodDescriptionInputOuterClass.ExampleList.Builder.addExamples(int index, Example value) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleList.Builder.addExamples(Example value) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamples(int index, Example value) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addExamples(Example value) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.mergeContext(Example value) .tensorflow.Example context = 2;InputOuterClass.ExampleListWithContext.Builder.setContext(Example value) .tensorflow.Example context = 2;InputOuterClass.ExampleList.Builder.setExamples(int index, Example value) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.setExamples(int index, Example value) repeated .tensorflow.Example examples = 1;Method parameters in tensorflow.serving with type arguments of type ExampleModifier and TypeMethodDescriptionInputOuterClass.ExampleList.Builder.addAllExamples(Iterable<? extends Example> values) repeated .tensorflow.Example examples = 1;InputOuterClass.ExampleListWithContext.Builder.addAllExamples(Iterable<? extends Example> values) repeated .tensorflow.Example examples = 1;