SaveSliceInfoDefOrBuilder

パブリック インターフェイスSaveSliceInfoDefOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象文字列
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 インデックス)
 Shape of the full variable.
抽象整数
getFullShapeCount ()
 Shape of the full variable.
抽象リスト<Long>
getFullShapeList ()
 Shape of the full variable.
抽象的な長い
getVarOffset (int インデックス)
 Offset of this variable into the full variable.
抽象整数
getVarOffsetCount ()
 Offset of this variable into the full variable.
抽象リスト<Long>
getVarOffsetList ()
 Offset of this variable into the full variable.
抽象的な長い
getVarShape (int インデックス)
 Shape of this variable.
抽象整数
getVarShapeCount ()
 Shape of this variable.
抽象リスト<Long>
getVarShapeList ()
 Shape of this variable.

パブリックメソッド

パブリック抽象 String getFullName ()

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

パブリック抽象 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 インデックス)

 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 インデックス)

 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 インデックス)

 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;