Uses of Class
org.tensorflow.proto.SavedTensorSlices.Builder
Packages that use SavedTensorSlices.Builder
-
Uses of SavedTensorSlices.Builder in org.tensorflow.proto
Subclasses with type arguments of type SavedTensorSlices.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classEach record in a v3 checkpoint file is a serialized SavedTensorSlices message.Methods in org.tensorflow.proto that return SavedTensorSlices.BuilderModifier and TypeMethodDescriptionSavedTensorSlices.Builder.clear()SavedTensorSlices.Builder.clearData()This exists in all but the first item of each checkpoint file.SavedTensorSlices.Builder.clearMeta()This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.SavedTensorSlices.Builder.mergeData(SavedSlice value) This exists in all but the first item of each checkpoint file.SavedTensorSlices.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SavedTensorSlices.Builder.mergeFrom(SavedTensorSlices other) SavedTensorSlices.Builder.mergeMeta(SavedTensorSliceMeta value) This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.static SavedTensorSlices.BuilderSavedTensorSlices.newBuilder()static SavedTensorSlices.BuilderSavedTensorSlices.newBuilder(SavedTensorSlices prototype) SavedTensorSlices.newBuilderForType()protected SavedTensorSlices.BuilderSavedTensorSlices.newBuilderForType(AbstractMessage.BuilderParent parent) SavedTensorSlices.Builder.setData(SavedSlice value) This exists in all but the first item of each checkpoint file.SavedTensorSlices.Builder.setData(SavedSlice.Builder builderForValue) This exists in all but the first item of each checkpoint file.SavedTensorSlices.Builder.setMeta(SavedTensorSliceMeta value) This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.SavedTensorSlices.Builder.setMeta(SavedTensorSliceMeta.Builder builderForValue) This is only present at the first item of each checkpoint file and serves as a table of contents, listing all the tensor slices saved in this file.SavedTensorSlices.toBuilder()