Uses of Class
org.tensorflow.proto.SavedSlice.Builder
Packages that use SavedSlice.Builder
-
Uses of SavedSlice.Builder in org.tensorflow.proto
Subclasses with type arguments of type SavedSlice.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classSaved tensor slice: it stores the name of the tensors, the slice, and the raw data.Methods in org.tensorflow.proto that return SavedSlice.BuilderModifier and TypeMethodDescriptionSavedSlice.Builder.clear()SavedSlice.Builder.clearData()The raw data of the slice is stored as a TensorProto.SavedSlice.Builder.clearName()Name of the tensor that this slice belongs to.SavedSlice.Builder.clearSlice()Extent of the slice.SavedTensorSlices.Builder.getDataBuilder()This exists in all but the first item of each checkpoint file.SavedSlice.Builder.mergeData(TensorProto value) The raw data of the slice is stored as a TensorProto.SavedSlice.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SavedSlice.Builder.mergeFrom(SavedSlice other) SavedSlice.Builder.mergeSlice(TensorSliceProto value) Extent of the slice.static SavedSlice.BuilderSavedSlice.newBuilder()static SavedSlice.BuilderSavedSlice.newBuilder(SavedSlice prototype) SavedSlice.newBuilderForType()protected SavedSlice.BuilderSavedSlice.newBuilderForType(AbstractMessage.BuilderParent parent) SavedSlice.Builder.setData(TensorProto value) The raw data of the slice is stored as a TensorProto.SavedSlice.Builder.setData(TensorProto.Builder builderForValue) The raw data of the slice is stored as a TensorProto.Name of the tensor that this slice belongs to.SavedSlice.Builder.setNameBytes(ByteString value) Name of the tensor that this slice belongs to.SavedSlice.Builder.setSlice(TensorSliceProto value) Extent of the slice.SavedSlice.Builder.setSlice(TensorSliceProto.Builder builderForValue) Extent of the slice.SavedSlice.toBuilder()Methods in org.tensorflow.proto with parameters of type SavedSlice.BuilderModifier and TypeMethodDescriptionSavedTensorSlices.Builder.setData(SavedSlice.Builder builderForValue) This exists in all but the first item of each checkpoint file.