public interface SaveSliceInfoDefOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjny ciąg | pobierzPełne imię () Name of the full variable of which this is a slice. |
abstract com.google.protobuf.ByteString | getFullNameBytes () Name of the full variable of which this is a slice. |
streszczenie długie | getFullShape (indeks int) Shape of the full variable. |
streszczenie wew | getFullShapeCount () Shape of the full variable. |
streszczenie Lista<Długa> | getFullShapeList () Shape of the full variable. |
streszczenie długie | getVarOffset (indeks int) Offset of this variable into the full variable. |
streszczenie wew | getVarOffsetCount () Offset of this variable into the full variable. |
streszczenie Lista<Długa> | getVarOffsetList () Offset of this variable into the full variable. |
streszczenie długie | getVarShape (indeks int) Shape of this variable. |
streszczenie wew | pobierzVarShapeCount () Shape of this variable. |
streszczenie Lista<Długa> | getVarShapeList () Shape of this variable. |
Metody publiczne
public abstract String getFullName ()
Name of the full variable of which this is a slice.
string full_name = 1;
publiczne streszczenie 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 index)
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 index)
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;
publiczna abstrakcja długa getVarShape (indeks int)
Shape of this variable.
repeated int64 var_shape = 4;
publiczne streszczenie int getVarShapeCount ()
Shape of this variable.
repeated int64 var_shape = 4;
publiczna lista abstrakcyjna<Long> getVarShapeList ()
Shape of this variable.
repeated int64 var_shape = 4;