Click or drag to resize

AttrMetadataTotalSize Field

https://www.emgu.com/wiki/index.php/Emgu_TF
Total size the attribute value. The units of total_size depend on is_list and type. (1) If type == TF_ATTR_STRING and is_list == 0 then total_size is the byte size of the string valued attribute. (2) If type == TF_ATTR_STRING and is_list == 1 then total_size is the cumulative byte size of all the strings in the list. (3) If type == TF_ATTR_SHAPE and is_list == 0 then total_size is the number of dimensions of the shape valued attribute, or -1 if its rank is unknown. (4) If type == TF_ATTR_SHAPE and is_list == 1 then total_size is the cumulative number of dimensions of all shapes in the list. (5) Otherwise, total_size is undefined.

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public long TotalSize

Field Value

Type: Int64
See Also