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 (정수 인덱스)
 Shape of the full variable.
추상 정수
getFullShapeCount ()
 Shape of the full variable.
추상 목록<긴>
getFullShapeList ()
 Shape of the full variable.
추상적인 긴
getVarOffset (정수 인덱스)
 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 (정수 인덱스)
 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;

공개 추상 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;

공개 추상 List<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;

공개 추상 List<Long> getVarOffsetList ()

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

공개 추상 긴 getVarShape (int 인덱스)

 Shape of this variable.
 
repeated int64 var_shape = 4;

공개 추상 int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

공개 추상 List<Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;