Storage informational functions for Tensor objects. More...
Include dependency graph for tensor_storage_info.h:
This graph shows which files directly or indirectly include this file:Classes | |
| struct | syten::TensorInfoStorageSum |
| Data structure holding summarised storage information for a single tensor. More... | |
Namespaces | |
| namespace | syten |
| Syten namespace. | |
Functions | |
| std::ostream & | syten::operator<< (std::ostream &out, TensorInfoStorageSum const &info) |
| Output for a TensorInfoStorageSum object. More... | |
| template<Rank rank> | |
| TensorInfoStorageSum | syten::storage_blocks_summed (Tensor< rank > const &t) |
| Create a TensorInfoStorageSum object given an input tensor. More... | |
Storage informational functions for Tensor objects.