SaveSliceInfoDefOrBuilder

सार्वजनिक इंटरफ़ेस 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.
सार इंट
getFullShapeCount ()
 Shape of the full variable.
सार सूची<लंबा>
getFullShapeList ()
 Shape of the full variable.
अमूर्त लंबा
getVarOffset (int सूचकांक)
 Offset of this variable into the full variable.
सार इंट
getVarOffsetCount ()
 Offset of this variable into the full variable.
सार सूची<लंबा>
getVarOffsetList ()
 Offset of this variable into the full variable.
अमूर्त लंबा
getVarShape (इंट इंडेक्स)
 Shape of this variable.
सार इंट
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;

सार्वजनिक सार सूची <लंबा> 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;

सार्वजनिक सार सूची<लंबा> 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;

सार्वजनिक सार सूची<लंबा> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;