NodeObj information structure. More...
#include <NodeObjInfo.hpp>
Classes | |
struct | IoInfoKey |
Public Attributes | |
int64_t | id = -1 |
std::unordered_map< std::tuple< std::string, std::string >, NodeIoInfo, IoInfoKey > | ioInfo |
std::string | name |
std::vector< std::uint8_t > | properties |
NodeObj information structure.
Definition at line 11 of file NodeObjInfo.hpp.
int64_t dai::NodeObjInfo::id = -1 |
Definition at line 12 of file NodeObjInfo.hpp.
std::unordered_map<std::tuple<std::string, std::string>, NodeIoInfo, IoInfoKey> dai::NodeObjInfo::ioInfo |
Definition at line 22 of file NodeObjInfo.hpp.
std::string dai::NodeObjInfo::name |
Definition at line 13 of file NodeObjInfo.hpp.
std::vector<std::uint8_t> dai::NodeObjInfo::properties |
Definition at line 15 of file NodeObjInfo.hpp.