Struct SuperBlob::SuperBlobHeader

Nested Relationships

This struct is a nested type of Class OpenVINO::SuperBlob.

Struct Documentation

struct SuperBlobHeader

Public Members

int64_t blobSize
std::vector<int64_t> patchSizes

Public Static Functions

static SuperBlobHeader fromData(const std::vector<uint8_t> &data)

Public Static Attributes

static constexpr size_t HEADER_SIZE = 1 * sizeof(uint64_t) + NUMBER_OF_PATCHES * sizeof(uint64_t)