Uses of Class
tensorflow.serving.InputOuterClass.ExampleList
Packages that use InputOuterClass.ExampleList
-
Uses of InputOuterClass.ExampleList in tensorflow.serving
Methods in tensorflow.serving that return InputOuterClass.ExampleListModifier and TypeMethodDescriptionInputOuterClass.ExampleList.Builder.build()InputOuterClass.ExampleList.Builder.buildPartial()static InputOuterClass.ExampleListInputOuterClass.ExampleList.getDefaultInstance()InputOuterClass.ExampleList.Builder.getDefaultInstanceForType()InputOuterClass.ExampleList.getDefaultInstanceForType()InputOuterClass.Input.Builder.getExampleList().tensorflow.serving.ExampleList example_list = 1 [lazy = true];InputOuterClass.Input.getExampleList().tensorflow.serving.ExampleList example_list = 1 [lazy = true];InputOuterClass.InputOrBuilder.getExampleList().tensorflow.serving.ExampleList example_list = 1 [lazy = true];static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseDelimitedFrom(InputStream input) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(byte[] data) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(com.google.protobuf.ByteString data) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(com.google.protobuf.CodedInputStream input) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(InputStream input) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(ByteBuffer data) static InputOuterClass.ExampleListInputOuterClass.ExampleList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tensorflow.serving that return types with arguments of type InputOuterClass.ExampleListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<InputOuterClass.ExampleList> InputOuterClass.ExampleList.getParserForType()static com.google.protobuf.Parser<InputOuterClass.ExampleList> InputOuterClass.ExampleList.parser()Methods in tensorflow.serving with parameters of type InputOuterClass.ExampleListModifier and TypeMethodDescriptionInputOuterClass.Input.Builder.mergeExampleList(InputOuterClass.ExampleList value) .tensorflow.serving.ExampleList example_list = 1 [lazy = true];InputOuterClass.ExampleList.Builder.mergeFrom(InputOuterClass.ExampleList other) InputOuterClass.ExampleList.newBuilder(InputOuterClass.ExampleList prototype) InputOuterClass.Input.Builder.setExampleList(InputOuterClass.ExampleList value) .tensorflow.serving.ExampleList example_list = 1 [lazy = true];