общедоступный интерфейс SaveSliceInfoDefOrBuilder
| Известные косвенные подклассы |
Публичные методы
| абстрактная строка | получить полное имя () 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. |
| абстрактный int | getFullShapeCount () Shape of the full variable. |
| абстрактный список<длинный> | getFullShapeList () Shape of the full variable. |
| абстрактный длинный | getVarOffset (целочисленный индекс) Offset of this variable into the full variable. |
| абстрактный int | getVarOffsetCount () Offset of this variable into the full variable. |
| абстрактный список<длинный> | getVarOffsetList () Offset of this variable into the full variable. |
| абстрактный длинный | getVarShape (индекс целого числа) Shape of this variable. |
| абстрактный int | 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; общедоступный абстрактный список <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; общедоступный абстрактный список <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; общедоступный абстрактный список <Long> getVarShapeList ()
Shape of this variable.
repeated int64 var_shape = 4;