Uses of Class
org.tensorflow.proto.SavedSliceMeta.Builder
Packages that use SavedSliceMeta.Builder
-
Uses of SavedSliceMeta.Builder in org.tensorflow.proto
Subclasses with type arguments of type SavedSliceMeta.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classMetadata describing the set of slices of the same tensor saved in a checkpoint file.Methods in org.tensorflow.proto that return SavedSliceMeta.BuilderModifier and TypeMethodDescriptionSavedSliceMeta.Builder.addAllSlice(Iterable<? extends TensorSliceProto> values) Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.addSlice(int index, TensorSliceProto value) Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.addSlice(int index, TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.addSlice(TensorSliceProto value) Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.addSlice(TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file.SavedTensorSliceMeta.Builder.addTensorBuilder()Each SavedSliceMeta describes the slices for one tensor.SavedTensorSliceMeta.Builder.addTensorBuilder(int index) Each SavedSliceMeta describes the slices for one tensor.SavedSliceMeta.Builder.clear()SavedSliceMeta.Builder.clearName()Name of the tensor.SavedSliceMeta.Builder.clearShape()Shape of the tensorSavedSliceMeta.Builder.clearSlice()Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.clearType()Type of the tensorSavedTensorSliceMeta.Builder.getTensorBuilder(int index) Each SavedSliceMeta describes the slices for one tensor.SavedSliceMeta.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SavedSliceMeta.Builder.mergeFrom(SavedSliceMeta other) SavedSliceMeta.Builder.mergeShape(TensorShapeProto value) Shape of the tensorstatic SavedSliceMeta.BuilderSavedSliceMeta.newBuilder()static SavedSliceMeta.BuilderSavedSliceMeta.newBuilder(SavedSliceMeta prototype) SavedSliceMeta.newBuilderForType()protected SavedSliceMeta.BuilderSavedSliceMeta.newBuilderForType(AbstractMessage.BuilderParent parent) SavedSliceMeta.Builder.removeSlice(int index) Explicit list of slices saved in the checkpoint file.Name of the tensor.SavedSliceMeta.Builder.setNameBytes(ByteString value) Name of the tensor.SavedSliceMeta.Builder.setShape(TensorShapeProto value) Shape of the tensorSavedSliceMeta.Builder.setShape(TensorShapeProto.Builder builderForValue) Shape of the tensorSavedSliceMeta.Builder.setSlice(int index, TensorSliceProto value) Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.setSlice(int index, TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file.Type of the tensorSavedSliceMeta.Builder.setTypeValue(int value) Type of the tensorSavedSliceMeta.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type SavedSliceMeta.BuilderModifier and TypeMethodDescriptionSavedTensorSliceMeta.Builder.getTensorBuilderList()Each SavedSliceMeta describes the slices for one tensor.Methods in org.tensorflow.proto with parameters of type SavedSliceMeta.BuilderModifier and TypeMethodDescriptionSavedTensorSliceMeta.Builder.addTensor(int index, SavedSliceMeta.Builder builderForValue) Each SavedSliceMeta describes the slices for one tensor.SavedTensorSliceMeta.Builder.addTensor(SavedSliceMeta.Builder builderForValue) Each SavedSliceMeta describes the slices for one tensor.SavedTensorSliceMeta.Builder.setTensor(int index, SavedSliceMeta.Builder builderForValue) Each SavedSliceMeta describes the slices for one tensor.