interfaccia pubblica SaveSliceInfoDefOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
stringa astratta | getFullName () Name of the full variable of which this is a slice. |
astratto com.google.protobuf.ByteString | getFullNameBytes () Name of the full variable of which this is a slice. |
astratto lungo | getFullShape (indice int) Shape of the full variable. |
astratto int | getFullShapeCount () Shape of the full variable. |
Lista astratta<Lunga> | getFullShapeList () Shape of the full variable. |
astratto lungo | getVarOffset (indice int) Offset of this variable into the full variable. |
astratto int | getVarOffsetCount () Offset of this variable into the full variable. |
Lista astratta<Lunga> | getVarOffsetList () Offset of this variable into the full variable. |
astratto lungo | getVarShape (indice int) Shape of this variable. |
astratto int | getVarShapeCount () Shape of this variable. |
Lista astratta<Lunga> | getVarShapeList () Shape of this variable. |
Metodi pubblici
stringa astratta pubblica getFullName ()
Name of the full variable of which this is a slice.
string full_name = 1;
estratto pubblico com.google.protobuf.ByteString getFullNameBytes ()
Name of the full variable of which this is a slice.
string full_name = 1;
public abstract long getFullShape (indice 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 (indice 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 (indice 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;