SaveSliceInfoDef

public final class SaveSliceInfoDef

Protobuf type tensorflow.SaveSliceInfoDef

Nested Classes

class SaveSliceInfoDef.Builder Protobuf type tensorflow.SaveSliceInfoDef  

Constants

int FULL_NAME_FIELD_NUMBER
int FULL_SHAPE_FIELD_NUMBER
int VAR_OFFSET_FIELD_NUMBER
int VAR_SHAPE_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static SaveSliceInfoDef
SaveSliceInfoDef
final static 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.
int
final com.google.protobuf.UnknownFieldSet
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.
int
final boolean
static SaveSliceInfoDef.Builder
static SaveSliceInfoDef.Builder
SaveSliceInfoDef.Builder
static SaveSliceInfoDef
parseDelimitedFrom(InputStream input)
static SaveSliceInfoDef
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSliceInfoDef
parseFrom(ByteBuffer data)
static SaveSliceInfoDef
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSliceInfoDef
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSliceInfoDef
parseFrom(com.google.protobuf.CodedInputStream input)
static SaveSliceInfoDef
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSliceInfoDef
parseFrom(com.google.protobuf.ByteString data)
static SaveSliceInfoDef
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SaveSliceInfoDef
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
SaveSliceInfoDef.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int FULL_NAME_FIELD_NUMBER

Constant Value: 1

public static final int FULL_SHAPE_FIELD_NUMBER

Constant Value: 2

public static final int VAR_OFFSET_FIELD_NUMBER

Constant Value: 3

public static final int VAR_SHAPE_FIELD_NUMBER

Constant Value: 4

Public Methods

public boolean equals (Object obj)

public static SaveSliceInfoDef getDefaultInstance ()

public SaveSliceInfoDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

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 getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

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 int hashCode ()

public final boolean isInitialized ()

public static SaveSliceInfoDef.Builder newBuilder (SaveSliceInfoDef prototype)

public static SaveSliceInfoDef.Builder newBuilder ()

public SaveSliceInfoDef.Builder newBuilderForType ()

public static SaveSliceInfoDef parseDelimitedFrom (InputStream input)

Throws
IOException

public static SaveSliceInfoDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static SaveSliceInfoDef parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static SaveSliceInfoDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static SaveSliceInfoDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static SaveSliceInfoDef parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static SaveSliceInfoDef parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static SaveSliceInfoDef parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static SaveSliceInfoDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static SaveSliceInfoDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public SaveSliceInfoDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException