public interface SaveSliceInfoDefOrBuilder
extends com.github.os72.protobuf351.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFullName()
Name of the full variable of which this is a slice.
|
com.github.os72.protobuf351.ByteString |
getFullNameBytes()
Name of the full variable of which this is a slice.
|
long |
getFullShape(int index)
Shape of the full variable.
|
int |
getFullShapeCount()
Shape of the full variable.
|
List<Long> |
getFullShapeList()
Shape of the full variable.
|
long |
getVarOffset(int index)
Offset of this variable into the full variable.
|
int |
getVarOffsetCount()
Offset of this variable into the full variable.
|
List<Long> |
getVarOffsetList()
Offset of this variable into the full variable.
|
long |
getVarShape(int index)
Shape of this variable.
|
int |
getVarShapeCount()
Shape of this variable.
|
List<Long> |
getVarShapeList()
Shape of this variable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFullName()
Name of the full variable of which this is a slice.
string full_name = 1;com.github.os72.protobuf351.ByteString getFullNameBytes()
Name of the full variable of which this is a slice.
string full_name = 1;List<Long> getFullShapeList()
Shape of the full variable.
repeated int64 full_shape = 2;int getFullShapeCount()
Shape of the full variable.
repeated int64 full_shape = 2;long getFullShape(int index)
Shape of the full variable.
repeated int64 full_shape = 2;List<Long> getVarOffsetList()
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 getVarOffset(int index)
Offset of this variable into the full variable.
repeated int64 var_offset = 3;int getVarShapeCount()
Shape of this variable.
repeated int64 var_shape = 4;long getVarShape(int index)
Shape of this variable.
repeated int64 var_shape = 4;Copyright © 2018. All rights reserved.