Uses of Class
org.tensorflow.proto.BytesList.Builder
Packages that use BytesList.Builder
-
Uses of BytesList.Builder in org.tensorflow.proto
Subclasses with type arguments of type BytesList.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classLINT.IfChange Containers to hold repeated fundamental values.Methods in org.tensorflow.proto that return BytesList.BuilderModifier and TypeMethodDescriptionBytesList.Builder.addAllValue(Iterable<? extends ByteString> values) repeated bytes value = 1;BytesList.Builder.addValue(ByteString value) repeated bytes value = 1;BytesList.Builder.clear()BytesList.Builder.clearValue()repeated bytes value = 1;Feature.Builder.getBytesListBuilder().tensorflow.BytesList bytes_list = 1;BytesList.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static BytesList.BuilderBytesList.newBuilder()static BytesList.BuilderBytesList.newBuilder(BytesList prototype) BytesList.newBuilderForType()protected BytesList.BuilderBytesList.newBuilderForType(AbstractMessage.BuilderParent parent) BytesList.Builder.setValue(int index, ByteString value) repeated bytes value = 1;BytesList.toBuilder()Methods in org.tensorflow.proto with parameters of type BytesList.BuilderModifier and TypeMethodDescriptionFeature.Builder.setBytesList(BytesList.Builder builderForValue) .tensorflow.BytesList bytes_list = 1;