Data structure holding summarised storage information for a single tensor. More...
#include <tensor_storage_info.h>
Collaboration diagram for syten::TensorInfoStorageSum:Public Member Functions | |
| TensorInfoStorageSum () | |
| Standard ctor. More... | |
Public Attributes | |
| Vec< std::tuple< std::string, Size, Size > > | data |
| data member More... | |
Data structure holding summarised storage information for a single tensor.
The data member holds a list of tuples, one for each type of dense storage format. Each tuple holds the name, the number of occurences of this type in the tensor and the total number of stored dense entries.