SaveSliceInfoDefOrBuilder

public interface SaveSliceInfoDefOrBuilder
Known Indirect Subclasses

Public Methods

abstract String
getFullName()
 Name of the full variable of which this is a slice.
abstract com.google.protobuf.ByteString
getFullNameBytes()
 Name of the full variable of which this is a slice.
abstract long
getFullShape(int index)
 Shape of the full variable.
abstract int
getFullShapeCount()
 Shape of the full variable.
abstract List<Long>
getFullShapeList()
 Shape of the full variable.
abstract long
getVarOffset(int index)
 Offset of this variable into the full variable.
abstract int
getVarOffsetCount()
 Offset of this variable into the full variable.
abstract List<Long>
getVarOffsetList()
 Offset of this variable into the full variable.
abstract long
getVarShape(int index)
 Shape of this variable.
abstract int
getVarShapeCount()
 Shape of this variable.
abstract List<Long>
getVarShapeList()
 Shape of this variable.

Public Methods

public abstract String getFullName ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

public abstract com.google.protobuf.ByteString getFullNameBytes ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

public abstract long getFullShape (int index)

 Shape of the full variable.
 
repeated int64 full_shape = 2;

public abstract int getFullShapeCount ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

public abstract List<Long> getFullShapeList ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

public abstract long getVarOffset (int index)

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

public abstract int getVarOffsetCount ()

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

public abstract List<Long> getVarOffsetList ()

 Offset of this variable into the full variable.
 
repeated int64 var_offset = 3;

public abstract long getVarShape (int index)

 Shape of this variable.
 
repeated int64 var_shape = 4;

public abstract int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

public abstract List<Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;