Uses of Class
org.tensorflow.proto.BundleEntryProto.Builder
Packages that use BundleEntryProto.Builder
-
Uses of BundleEntryProto.Builder in org.tensorflow.proto
Subclasses with type arguments of type BundleEntryProto.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classDescribes the metadata related to a checkpointed tensor.Methods in org.tensorflow.proto that return BundleEntryProto.BuilderModifier and TypeMethodDescriptionBundleEntryProto.Builder.addAllSlices(Iterable<? extends TensorSliceProto> values) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) BundleEntryProto.Builder.addSlices(int index, TensorSliceProto value) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.addSlices(int index, TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.addSlices(TensorSliceProto value) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.addSlices(TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.clear()BundleEntryProto.Builder.clearCrc32C()The CRC32C checksum of the tensor bytes.BundleEntryProto.Builder.clearDtype()The tensor dtype and shape.BundleEntryProto.Builder.clearField(Descriptors.FieldDescriptor field) BundleEntryProto.Builder.clearOffset()int64 offset = 4;BundleEntryProto.Builder.clearOneof(Descriptors.OneofDescriptor oneof) BundleEntryProto.Builder.clearShape().tensorflow.TensorShapeProto shape = 2;BundleEntryProto.Builder.clearShardId()The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size).BundleEntryProto.Builder.clearSize()int64 size = 5;BundleEntryProto.Builder.clearSlices()Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.clone()BundleEntryProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) BundleEntryProto.Builder.mergeFrom(BundleEntryProto other) BundleEntryProto.Builder.mergeShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;final BundleEntryProto.BuilderBundleEntryProto.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static BundleEntryProto.BuilderBundleEntryProto.newBuilder()static BundleEntryProto.BuilderBundleEntryProto.newBuilder(BundleEntryProto prototype) BundleEntryProto.newBuilderForType()protected BundleEntryProto.BuilderBundleEntryProto.newBuilderForType(GeneratedMessageV3.BuilderParent parent) BundleEntryProto.Builder.removeSlices(int index) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.setCrc32C(int value) The CRC32C checksum of the tensor bytes.The tensor dtype and shape.BundleEntryProto.Builder.setDtypeValue(int value) The tensor dtype and shape.BundleEntryProto.Builder.setField(Descriptors.FieldDescriptor field, Object value) BundleEntryProto.Builder.setOffset(long value) int64 offset = 4;BundleEntryProto.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) BundleEntryProto.Builder.setShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;BundleEntryProto.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;BundleEntryProto.Builder.setShardId(int value) The binary content of the tensor lies in: File "shard_id": bytes [offset, offset + size).BundleEntryProto.Builder.setSize(long value) int64 size = 5;BundleEntryProto.Builder.setSlices(int index, TensorSliceProto value) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.setSlices(int index, TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor.final BundleEntryProto.BuilderBundleEntryProto.Builder.setUnknownFields(UnknownFieldSet unknownFields) BundleEntryProto.toBuilder()