#include <BlobReader.hpp>
Definition at line 18 of file BlobReader.hpp.
◆ BlobReader()
dai::BlobReader::BlobReader |
( |
| ) |
|
|
default |
◆ getHeader()
std::pair<const std::uint8_t*, size_t> dai::BlobReader::getHeader |
( |
| ) |
const |
|
inline |
◆ getMagicNumber()
uint32_t dai::BlobReader::getMagicNumber |
( |
| ) |
const |
|
inline |
◆ getNetworkInputs()
const std::unordered_map<std::string, TensorInfo>& dai::BlobReader::getNetworkInputs |
( |
| ) |
const |
|
inline |
◆ getNetworkOutputs()
const std::unordered_map<std::string, TensorInfo>& dai::BlobReader::getNetworkOutputs |
( |
| ) |
const |
|
inline |
◆ getNumberOfShaves()
uint32_t dai::BlobReader::getNumberOfShaves |
( |
| ) |
const |
|
inline |
◆ getNumberOfSlices()
uint32_t dai::BlobReader::getNumberOfSlices |
( |
| ) |
const |
|
inline |
◆ getStageCount()
uint32_t dai::BlobReader::getStageCount |
( |
| ) |
const |
|
inline |
◆ getVersionMajor()
uint32_t dai::BlobReader::getVersionMajor |
( |
| ) |
const |
|
inline |
◆ getVersionMinor()
uint32_t dai::BlobReader::getVersionMinor |
( |
| ) |
const |
|
inline |
◆ parse()
void dai::BlobReader::parse |
( |
const std::vector< std::uint8_t > & |
blob | ) |
|
◆ BLOB_MAGIC_NUMBER
constexpr static std::uint32_t dai::BlobReader::BLOB_MAGIC_NUMBER = 9709 |
|
staticconstexprprivate |
◆ blobHeader
mv_blob_header dai::BlobReader::blobHeader = {} |
|
private |
◆ networkInputs
std::unordered_map<std::string, TensorInfo> dai::BlobReader::networkInputs |
|
private |
◆ networkOutputs
std::unordered_map<std::string, TensorInfo> dai::BlobReader::networkOutputs |
|
private |
◆ pBlob
const std::uint8_t* dai::BlobReader::pBlob = nullptr |
|
private |
The documentation for this class was generated from the following files: