SaveSliceInfoDefOrBuilder

পাবলিক ইন্টারফেস SaveSliceInfoDefOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত স্ট্রিং
getFullName ()
 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 (int সূচক)
 Shape of the full variable.
বিমূর্ত int
getFullShapeCount ()
 Shape of the full variable.
বিমূর্ত তালিকা<Long>
GetFullShapeList ()
 Shape of the full variable.
বিমূর্ত দীর্ঘ
getVarOffset (int সূচক)
 Offset of this variable into the full variable.
বিমূর্ত int
getVarOffsetCount ()
 Offset of this variable into the full variable.
বিমূর্ত তালিকা<Long>
getVarOffsetList ()
 Offset of this variable into the full variable.
বিমূর্ত দীর্ঘ
getVarShape (int সূচক)
 Shape of this variable.
বিমূর্ত int
getVarShapeCount ()
 Shape of this variable.
বিমূর্ত তালিকা<Long>
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;

সর্বজনীন বিমূর্ত তালিকা<Long> 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;

সর্বজনীন বিমূর্ত তালিকা<Long> 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;

সর্বজনীন বিমূর্ত তালিকা<Long> getVarShapeList ()

 Shape of this variable.
 
repeated int64 var_shape = 4;