Uses of Class
org.tensorflow.proto.Example
Packages that use Example
-
Uses of Example in org.tensorflow.proto
Methods in org.tensorflow.proto 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, ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(byte[] data) static ExampleExample.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(ByteString data) static ExampleExample.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(CodedInputStream input) static ExampleExample.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(InputStream input) static ExampleExample.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(ByteBuffer data) static ExampleExample.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type ExampleMethods in org.tensorflow.proto with parameters of type Example