Struct OpenVINO::Blob
Defined in File OpenVINO.hpp
Nested Relationships
This struct is a nested type of Class OpenVINO.
Struct Documentation
-
struct Blob
-
Public Functions
Public Members
-
std::unordered_map<std::string, TensorInfo> networkInputs
Map of input names to additional information.
-
std::unordered_map<std::string, TensorInfo> networkOutputs
Map of output names to additional information.
-
uint32_t stageCount = 0
Number of network stages.
-
uint32_t numShaves = 0
Number of shaves the blob was compiled for.
-
uint32_t numSlices = 0
Number of CMX slices the blob was compiled for.
-
std::unordered_map<std::string, TensorInfo> networkInputs