|
Mila
Deep Neural Network Library
|
Metadata describing a tensor in serialized form. More...
Public Attributes | |
| dtype_t | dtype |
| shape_t | shape |
| size_t | total_bytes { 0 } |
Metadata describing a tensor in serialized form.
Contains the minimum information required to interpret raw tensor bytes: precision format, dimensional shape, and total size for validation.