Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
Mila::Dnn::Serialization::TensorBlobMetadata Struct Reference

Metadata for a tensor blob in pretrained model format. More...

Collaboration diagram for Mila::Dnn::Serialization::TensorBlobMetadata:

Public Attributes

uint32_t dtype
std::string name
uint64_t nbytes
uint64_t offset
shape_t shape

Detailed Description

Metadata for a tensor blob in pretrained model format.

Member Data Documentation

◆ dtype

uint32_t Mila::Dnn::Serialization::TensorBlobMetadata::dtype

◆ name

std::string Mila::Dnn::Serialization::TensorBlobMetadata::name

◆ nbytes

uint64_t Mila::Dnn::Serialization::TensorBlobMetadata::nbytes

◆ offset

uint64_t Mila::Dnn::Serialization::TensorBlobMetadata::offset

◆ shape

shape_t Mila::Dnn::Serialization::TensorBlobMetadata::shape

The documentation for this struct was generated from the following file: