public static final class
SaveSliceInfoDef.Builder
Protobuf type tensorflow.SaveSliceInfoDef
Public Methods
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 | |
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 | |
final static com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
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. |
final boolean | |
SaveSliceInfoDef.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
SaveSliceInfoDef.Builder |
mergeFrom(com.google.protobuf.Message other)
|
final 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)
|
final 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. |
Inherited Methods
Public Methods
public SaveSliceInfoDef.Builder addAllFullShape (Iterable<? extends Long> values)
Shape of the full variable.
repeated int64 full_shape = 2;
public SaveSliceInfoDef.Builder addAllVarOffset (Iterable<? extends Long> values)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public SaveSliceInfoDef.Builder addAllVarShape (Iterable<? extends Long> values)
Shape of this variable.
repeated int64 var_shape = 4;
public SaveSliceInfoDef.Builder addFullShape (long value)
Shape of the full variable.
repeated int64 full_shape = 2;
public SaveSliceInfoDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SaveSliceInfoDef.Builder addVarOffset (long value)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public SaveSliceInfoDef.Builder addVarShape (long value)
Shape of this variable.
repeated int64 var_shape = 4;
public SaveSliceInfoDef.Builder clearFullName ()
Name of the full variable of which this is a slice.
string full_name = 1;
public SaveSliceInfoDef.Builder clearFullShape ()
Shape of the full variable.
repeated int64 full_shape = 2;
public SaveSliceInfoDef.Builder clearVarOffset ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public SaveSliceInfoDef.Builder clearVarShape ()
Shape of this variable.
repeated int64 var_shape = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public String getFullName ()
Name of the full variable of which this is a slice.
string full_name = 1;
public com.google.protobuf.ByteString getFullNameBytes ()
Name of the full variable of which this is a slice.
string full_name = 1;
public long getFullShape (int index)
Shape of the full variable.
repeated int64 full_shape = 2;
public int getFullShapeCount ()
Shape of the full variable.
repeated int64 full_shape = 2;
public List<Long> getFullShapeList ()
Shape of the full variable.
repeated int64 full_shape = 2;
public long getVarOffset (int index)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public int getVarOffsetCount ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public List<Long> getVarOffsetList ()
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public long getVarShape (int index)
Shape of this variable.
repeated int64 var_shape = 4;
public int getVarShapeCount ()
Shape of this variable.
repeated int64 var_shape = 4;
public List<Long> getVarShapeList ()
Shape of this variable.
repeated int64 var_shape = 4;
public final boolean isInitialized ()
public SaveSliceInfoDef.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public final SaveSliceInfoDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SaveSliceInfoDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public SaveSliceInfoDef.Builder setFullName (String value)
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 SaveSliceInfoDef.Builder setFullShape (int index, long value)
Shape of the full variable.
repeated int64 full_shape = 2;
public SaveSliceInfoDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public final SaveSliceInfoDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public SaveSliceInfoDef.Builder setVarOffset (int index, long value)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;
public SaveSliceInfoDef.Builder setVarShape (int index, long value)
Shape of this variable.
repeated int64 var_shape = 4;