SaveSliceInfoDefOrBuilder

public interface SaveSliceInfoDefOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

abstract 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.
انتزاعی طولانی
getFullShape (int index)
 Shape of the full variable.
انتزاعی
getFullShapeCount ()
 Shape of the full variable.
فهرست چکیده <طولانی>
getFullShapeList ()
 Shape of the full variable.
انتزاعی طولانی
getVarOffset (int index)
 Offset of this variable into the full variable.
انتزاعی
getVarOffsetCount ()
 Offset of this variable into the full variable.
فهرست چکیده <طولانی>
getVarOffsetList ()
 Offset of this variable into the full variable.
انتزاعی طولانی
getVarShape (شاخص int)
 Shape of this variable.
انتزاعی
getVarShapeCount ()
 Shape of this variable.
فهرست چکیده <طولانی>
getVarShapeList ()
 Shape of this variable.

روش های عمومی

رشته انتزاعی عمومی 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;

انتزاع عمومی طولانی getFullShape (شاخص int)

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

انتزاع عمومی int getFullShapeCount ()

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

فهرست انتزاعی عمومی<Long> getFullShapeList ()

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

انتزاع عمومی طولانی getVarOffset (شاخص int)

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

انتزاع عمومی 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;