SaveSliceInfoDefOrBuilder

genel arayüz SaveSliceInfoDefOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getFullName ()
 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.
soyut uzun
getFullShape (int dizini)
 Shape of the full variable.
soyut int
getFullShapeCount ()
 Shape of the full variable.
Özet Listesi<Uzun>
getFullShapeList ()
 Shape of the full variable.
soyut uzun
getVarOffset (int dizini)
 Offset of this variable into the full variable.
soyut int
getVarOffsetCount ()
 Offset of this variable into the full variable.
Özet Listesi<Uzun>
getVarOffsetList ()
 Offset of this variable into the full variable.
soyut uzun
getVarShape (int dizini)
 Shape of this variable.
soyut int
getVarShapeCount ()
 Shape of this variable.
Özet Listesi<Uzun>
getVarShapeList ()
 Shape of this variable.

Genel Yöntemler

genel özet Dize getFullName ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

genel özet com.google.protobuf.ByteString getFullNameBytes ()

 Name of the full variable of which this is a slice.
 
string full_name = 1;

genel özet uzun getFullShape (int dizini)

 Shape of the full variable.
 
repeated int64 full_shape = 2;

genel özet int getFullShapeCount ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

genel özet Listesi<Uzun> getFullShapeList ()

 Shape of the full variable.
 
repeated int64 full_shape = 2;

genel özet uzun getVarOffset (int dizini)

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

genel soyut int getVarOffsetCount ()

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

genel özet Listesi<Long> getVarOffsetList ()

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

genel özet uzun getVarShape (int dizini)

 Shape of this variable.
 
repeated int64 var_shape = 4;

genel özet int getVarShapeCount ()

 Shape of this variable.
 
repeated int64 var_shape = 4;

genel özet Listesi<Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;