Uses of Class
org.tensorflow.proto.data.Dataset.CompressedComponentMetadata.Builder
Packages that use Dataset.CompressedComponentMetadata.Builder
-
Uses of Dataset.CompressedComponentMetadata.Builder in org.tensorflow.proto.data
Subclasses with type arguments of type Dataset.CompressedComponentMetadata.Builder in org.tensorflow.proto.dataModifier and TypeClassDescriptionstatic final classMetadata describing a compressed component of a dataset element.Methods in org.tensorflow.proto.data that return Dataset.CompressedComponentMetadata.BuilderModifier and TypeMethodDescriptionDataset.CompressedComponentMetadata.Builder.addAllUncompressedBytes(Iterable<? extends Long> values) The amount of uncompressed tensor data. - For string tensors, there is an element for each string indicating the size of the string. - For all other tensors, there is a single element indicating the size of the tensor.Dataset.CompressedElement.Builder.addComponentMetadataBuilder()Metadata for the components of the element.Dataset.CompressedElement.Builder.addComponentMetadataBuilder(int index) Metadata for the components of the element.Dataset.CompressedComponentMetadata.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Dataset.CompressedComponentMetadata.Builder.addUncompressedBytes(long value) The amount of uncompressed tensor data. - For string tensors, there is an element for each string indicating the size of the string. - For all other tensors, there is a single element indicating the size of the tensor.Dataset.CompressedComponentMetadata.Builder.clear()Dataset.CompressedComponentMetadata.Builder.clearDtype()The dtype of the component tensor.Dataset.CompressedComponentMetadata.Builder.clearField(Descriptors.FieldDescriptor field) Dataset.CompressedComponentMetadata.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Dataset.CompressedComponentMetadata.Builder.clearTensorShape()The shape of the component tensor.Dataset.CompressedComponentMetadata.Builder.clearUncompressedBytes()The amount of uncompressed tensor data. - For string tensors, there is an element for each string indicating the size of the string. - For all other tensors, there is a single element indicating the size of the tensor.Dataset.CompressedComponentMetadata.Builder.clone()Dataset.CompressedElement.Builder.getComponentMetadataBuilder(int index) Metadata for the components of the element.Dataset.CompressedComponentMetadata.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Dataset.CompressedComponentMetadata.Builder.mergeFrom(Dataset.CompressedComponentMetadata other) Dataset.CompressedComponentMetadata.Builder.mergeTensorShape(TensorShapeProto value) The shape of the component tensor.Dataset.CompressedComponentMetadata.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) Dataset.CompressedComponentMetadata.newBuilder()Dataset.CompressedComponentMetadata.newBuilder(Dataset.CompressedComponentMetadata prototype) Dataset.CompressedComponentMetadata.newBuilderForType()Dataset.CompressedComponentMetadata.newBuilderForType(GeneratedMessageV3.BuilderParent parent) The dtype of the component tensor.Dataset.CompressedComponentMetadata.Builder.setDtypeValue(int value) The dtype of the component tensor.Dataset.CompressedComponentMetadata.Builder.setField(Descriptors.FieldDescriptor field, Object value) Dataset.CompressedComponentMetadata.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Dataset.CompressedComponentMetadata.Builder.setTensorShape(TensorShapeProto value) The shape of the component tensor.Dataset.CompressedComponentMetadata.Builder.setTensorShape(TensorShapeProto.Builder builderForValue) The shape of the component tensor.Dataset.CompressedComponentMetadata.Builder.setUncompressedBytes(int index, long value) The amount of uncompressed tensor data. - For string tensors, there is an element for each string indicating the size of the string. - For all other tensors, there is a single element indicating the size of the tensor.Dataset.CompressedComponentMetadata.Builder.setUnknownFields(UnknownFieldSet unknownFields) Dataset.CompressedComponentMetadata.toBuilder()Methods in org.tensorflow.proto.data that return types with arguments of type Dataset.CompressedComponentMetadata.BuilderModifier and TypeMethodDescriptionDataset.CompressedElement.Builder.getComponentMetadataBuilderList()Metadata for the components of the element.Methods in org.tensorflow.proto.data with parameters of type Dataset.CompressedComponentMetadata.BuilderModifier and TypeMethodDescriptionDataset.CompressedElement.Builder.addComponentMetadata(int index, Dataset.CompressedComponentMetadata.Builder builderForValue) Metadata for the components of the element.Dataset.CompressedElement.Builder.addComponentMetadata(Dataset.CompressedComponentMetadata.Builder builderForValue) Metadata for the components of the element.Dataset.CompressedElement.Builder.setComponentMetadata(int index, Dataset.CompressedComponentMetadata.Builder builderForValue) Metadata for the components of the element.