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(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 |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
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() |
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.
|
List<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.
|
List<Long> |
getVarOffsetList()
Offset of this variable into the full variable.
|
long |
getVarShape(int index)
Shape of this variable.
|
int |
getVarShapeCount()
Shape of this variable.
|
List<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,
Object value) |
SaveSliceInfoDef.Builder |
setFullName(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,
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, 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, 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, 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 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>IOExceptionpublic 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(String value)
Name of the full variable of which this is a slice.
string full_name = 1;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;public List<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 SaveSliceInfoDefOrBuilderpublic SaveSliceInfoDef.Builder setFullShape(int index, long value)
Shape of the full variable.
repeated int64 full_shape = 2;public SaveSliceInfoDef.Builder addFullShape(long value)
Shape of the full variable.
repeated int64 full_shape = 2;public SaveSliceInfoDef.Builder addAllFullShape(Iterable<? extends Long> values)
Shape of the full variable.
repeated int64 full_shape = 2;public SaveSliceInfoDef.Builder clearFullShape()
Shape of the full variable.
repeated int64 full_shape = 2;public List<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 SaveSliceInfoDefOrBuilderpublic SaveSliceInfoDef.Builder setVarOffset(int index, long value)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;public SaveSliceInfoDef.Builder addVarOffset(long value)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;public SaveSliceInfoDef.Builder addAllVarOffset(Iterable<? extends Long> values)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;public SaveSliceInfoDef.Builder clearVarOffset()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;public List<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 SaveSliceInfoDefOrBuilderpublic SaveSliceInfoDef.Builder setVarShape(int index, long value)
Shape of this variable.
repeated int64 var_shape = 4;public SaveSliceInfoDef.Builder addVarShape(long value)
Shape of this variable.
repeated int64 var_shape = 4;public SaveSliceInfoDef.Builder addAllVarShape(Iterable<? extends Long> values)
Shape of this variable.
repeated int64 var_shape = 4;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>Copyright © 2015–2019. All rights reserved.