public static final class SaveSliceInfoDef.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder> implements SaveSliceInfoDefOrBuilder
tensorflow.SaveSliceInfoDef| Modifier and Type | Method and Description |
|---|---|
SaveSliceInfoDef.Builder |
addAllFullShape(java.lang.Iterable<? extends java.lang.Long> values)
Shape of the full variable.
|
SaveSliceInfoDef.Builder |
addAllVarOffset(java.lang.Iterable<? extends java.lang.Long> values)
Offset of this variable into the full variable.
|
SaveSliceInfoDef.Builder |
addAllVarShape(java.lang.Iterable<? extends java.lang.Long> values)
Shape of this variable.
|
SaveSliceInfoDef.Builder |
addFullShape(long value)
Shape of the full variable.
|
SaveSliceInfoDef.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
SaveSliceInfoDef.Builder |
addVarOffset(long value)
Offset of this variable into the full variable.
|
SaveSliceInfoDef.Builder |
addVarShape(long value)
Shape of this variable.
|
SaveSliceInfoDef |
build() |
SaveSliceInfoDef |
buildPartial() |
SaveSliceInfoDef.Builder |
clear() |
SaveSliceInfoDef.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SaveSliceInfoDef.Builder |
clearFullName()
Name of the full variable of which this is a slice.
|
SaveSliceInfoDef.Builder |
clearFullShape()
Shape of the full variable.
|
SaveSliceInfoDef.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SaveSliceInfoDef.Builder |
clearVarOffset()
Offset of this variable into the full variable.
|
SaveSliceInfoDef.Builder |
clearVarShape()
Shape of this variable.
|
SaveSliceInfoDef.Builder |
clone() |
SaveSliceInfoDef |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getFullName()
Name of the full variable of which this is a slice.
|
com.google.protobuf.ByteString |
getFullNameBytes()
Name of the full variable of which this is a slice.
|
long |
getFullShape(int index)
Shape of the full variable.
|
int |
getFullShapeCount()
Shape of the full variable.
|
java.util.List<java.lang.Long> |
getFullShapeList()
Shape of the full variable.
|
long |
getVarOffset(int index)
Offset of this variable into the full variable.
|
int |
getVarOffsetCount()
Offset of this variable into the full variable.
|
java.util.List<java.lang.Long> |
getVarOffsetList()
Offset of this variable into the full variable.
|
long |
getVarShape(int index)
Shape of this variable.
|
int |
getVarShapeCount()
Shape of this variable.
|
java.util.List<java.lang.Long> |
getVarShapeList()
Shape of this variable.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SaveSliceInfoDef.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SaveSliceInfoDef.Builder |
mergeFrom(com.google.protobuf.Message other) |
SaveSliceInfoDef.Builder |
mergeFrom(SaveSliceInfoDef other) |
SaveSliceInfoDef.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SaveSliceInfoDef.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
SaveSliceInfoDef.Builder |
setFullName(java.lang.String value)
Name of the full variable of which this is a slice.
|
SaveSliceInfoDef.Builder |
setFullNameBytes(com.google.protobuf.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 |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
SaveSliceInfoDef.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SaveSliceInfoDef build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SaveSliceInfoDef buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SaveSliceInfoDef.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder mergeFrom(SaveSliceInfoDef other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public SaveSliceInfoDef.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SaveSliceInfoDef.Builder>java.io.IOExceptionpublic java.lang.String getFullName()
Name of the full variable of which this is a slice.
string full_name = 1;getFullName in interface SaveSliceInfoDefOrBuilderpublic com.google.protobuf.ByteString getFullNameBytes()
Name of the full variable of which this is a slice.
string full_name = 1;getFullNameBytes in interface SaveSliceInfoDefOrBuilderpublic SaveSliceInfoDef.Builder setFullName(java.lang.String value)
Name of the full variable of which this is a slice.
string full_name = 1;value - The fullName to set.public SaveSliceInfoDef.Builder clearFullName()
Name of the full variable of which this is a slice.
string full_name = 1;public SaveSliceInfoDef.Builder setFullNameBytes(com.google.protobuf.ByteString value)
Name of the full variable of which this is a slice.
string full_name = 1;value - The bytes for fullName to set.public java.util.List<java.lang.Long> getFullShapeList()
Shape of the full variable.
repeated int64 full_shape = 2;getFullShapeList in interface SaveSliceInfoDefOrBuilderpublic int getFullShapeCount()
Shape of the full variable.
repeated int64 full_shape = 2;getFullShapeCount in interface SaveSliceInfoDefOrBuilderpublic long getFullShape(int index)
Shape of the full variable.
repeated int64 full_shape = 2;getFullShape in interface SaveSliceInfoDefOrBuilderindex - The index of the element to return.public SaveSliceInfoDef.Builder setFullShape(int index, long value)
Shape of the full variable.
repeated int64 full_shape = 2;index - The index to set the value at.value - The fullShape to set.public SaveSliceInfoDef.Builder addFullShape(long value)
Shape of the full variable.
repeated int64 full_shape = 2;value - The fullShape to add.public SaveSliceInfoDef.Builder addAllFullShape(java.lang.Iterable<? extends java.lang.Long> values)
Shape of the full variable.
repeated int64 full_shape = 2;values - The fullShape to add.public SaveSliceInfoDef.Builder clearFullShape()
Shape of the full variable.
repeated int64 full_shape = 2;public java.util.List<java.lang.Long> getVarOffsetList()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;getVarOffsetList in interface SaveSliceInfoDefOrBuilderpublic int getVarOffsetCount()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;getVarOffsetCount in interface SaveSliceInfoDefOrBuilderpublic long getVarOffset(int index)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;getVarOffset in interface SaveSliceInfoDefOrBuilderindex - The index of the element to return.public SaveSliceInfoDef.Builder setVarOffset(int index, long value)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;index - The index to set the value at.value - The varOffset to set.public SaveSliceInfoDef.Builder addVarOffset(long value)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;value - The varOffset to add.public SaveSliceInfoDef.Builder addAllVarOffset(java.lang.Iterable<? extends java.lang.Long> values)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;values - The varOffset to add.public SaveSliceInfoDef.Builder clearVarOffset()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;public java.util.List<java.lang.Long> getVarShapeList()
Shape of this variable.
repeated int64 var_shape = 4;getVarShapeList in interface SaveSliceInfoDefOrBuilderpublic int getVarShapeCount()
Shape of this variable.
repeated int64 var_shape = 4;getVarShapeCount in interface SaveSliceInfoDefOrBuilderpublic long getVarShape(int index)
Shape of this variable.
repeated int64 var_shape = 4;getVarShape in interface SaveSliceInfoDefOrBuilderindex - The index of the element to return.public SaveSliceInfoDef.Builder setVarShape(int index, long value)
Shape of this variable.
repeated int64 var_shape = 4;index - The index to set the value at.value - The varShape to set.public SaveSliceInfoDef.Builder addVarShape(long value)
Shape of this variable.
repeated int64 var_shape = 4;value - The varShape to add.public SaveSliceInfoDef.Builder addAllVarShape(java.lang.Iterable<? extends java.lang.Long> values)
Shape of this variable.
repeated int64 var_shape = 4;values - The varShape to add.public SaveSliceInfoDef.Builder clearVarShape()
Shape of this variable.
repeated int64 var_shape = 4;public final SaveSliceInfoDef.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>public final SaveSliceInfoDef.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SaveSliceInfoDef.Builder>