Uses of Class
org.tensorflow.example.BytesList
Packages that use BytesList
-
Uses of BytesList in org.tensorflow.example
Methods in org.tensorflow.example that return BytesListModifier and TypeMethodDescriptionBytesList.Builder.build()BytesList.Builder.buildPartial()Feature.Builder.getBytesList().tensorflow.BytesList bytes_list = 1;Feature.getBytesList().tensorflow.BytesList bytes_list = 1;FeatureOrBuilder.getBytesList().tensorflow.BytesList bytes_list = 1;static BytesListBytesList.getDefaultInstance()BytesList.Builder.getDefaultInstanceForType()BytesList.getDefaultInstanceForType()static BytesListBytesList.parseDelimitedFrom(InputStream input) static BytesListBytesList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesListBytesList.parseFrom(byte[] data) static BytesListBytesList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesListBytesList.parseFrom(com.google.protobuf.ByteString data) static BytesListBytesList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesListBytesList.parseFrom(com.google.protobuf.CodedInputStream input) static BytesListBytesList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesListBytesList.parseFrom(InputStream input) static BytesListBytesList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BytesListBytesList.parseFrom(ByteBuffer data) static BytesListBytesList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.example that return types with arguments of type BytesListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BytesList> BytesList.getParserForType()static com.google.protobuf.Parser<BytesList> BytesList.parser()Methods in org.tensorflow.example with parameters of type BytesListModifier and TypeMethodDescriptionFeature.Builder.mergeBytesList(BytesList value) .tensorflow.BytesList bytes_list = 1;static BytesList.BuilderBytesList.newBuilder(BytesList prototype) Feature.Builder.setBytesList(BytesList value) .tensorflow.BytesList bytes_list = 1;