|
Mila 0.13.48
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.
| dtype_t Mila::Dnn::Serialization::TensorMetadata::dtype |
| shape_t Mila::Dnn::Serialization::TensorMetadata::shape |
| size_t Mila::Dnn::Serialization::TensorMetadata::total_bytes { 0 } |