Uses of Class
org.tensorflow.proto.SaveSliceInfoDef.Builder
Packages that use SaveSliceInfoDef.Builder
-
Uses of SaveSliceInfoDef.Builder in org.tensorflow.proto
Subclasses with type arguments of type SaveSliceInfoDef.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.SaveSliceInfoDefMethods in org.tensorflow.proto that return SaveSliceInfoDef.BuilderModifier and TypeMethodDescriptionSaveSliceInfoDef.Builder.addAllFullShape(Iterable<? extends Long> values) Shape of the full variable.SaveSliceInfoDef.Builder.addAllVarOffset(Iterable<? extends Long> values) Offset of this variable into the full variable.SaveSliceInfoDef.Builder.addAllVarShape(Iterable<? extends Long> values) Shape of this variable.SaveSliceInfoDef.Builder.addFullShape(long value) Shape of the full variable.SaveSliceInfoDef.Builder.addVarOffset(long value) Offset of this variable into the full variable.SaveSliceInfoDef.Builder.addVarShape(long value) Shape of this variable.SaveSliceInfoDef.Builder.clear()SaveSliceInfoDef.Builder.clearFullName()Name of the full variable of which this is a slice.SaveSliceInfoDef.Builder.clearFullShape()Shape of the full variable.SaveSliceInfoDef.Builder.clearVarOffset()Offset of this variable into the full variable.SaveSliceInfoDef.Builder.clearVarShape()Shape of this variable.VariableDef.Builder.getSaveSliceInfoDefBuilder()Support for saving variables as slices of a larger variable.SaveSliceInfoDef.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) SaveSliceInfoDef.Builder.mergeFrom(SaveSliceInfoDef other) static SaveSliceInfoDef.BuilderSaveSliceInfoDef.newBuilder()static SaveSliceInfoDef.BuilderSaveSliceInfoDef.newBuilder(SaveSliceInfoDef prototype) SaveSliceInfoDef.newBuilderForType()protected SaveSliceInfoDef.BuilderSaveSliceInfoDef.newBuilderForType(AbstractMessage.BuilderParent parent) SaveSliceInfoDef.Builder.setFullName(String value) Name of the full variable of which this is a slice.SaveSliceInfoDef.Builder.setFullNameBytes(ByteString value) Name of the full variable of which this is a slice.SaveSliceInfoDef.Builder.setFullShape(int index, long value) Shape of the full variable.SaveSliceInfoDef.Builder.setVarOffset(int index, long value) Offset of this variable into the full variable.SaveSliceInfoDef.Builder.setVarShape(int index, long value) Shape of this variable.SaveSliceInfoDef.toBuilder()Methods in org.tensorflow.proto with parameters of type SaveSliceInfoDef.BuilderModifier and TypeMethodDescriptionVariableDef.Builder.setSaveSliceInfoDef(SaveSliceInfoDef.Builder builderForValue) Support for saving variables as slices of a larger variable.