Skip to content

Commit

Permalink
Add logStr to NetworkMetadata
Browse files Browse the repository at this point in the history
Signed-off-by: Kang Wenjing <[email protected]>
  • Loading branch information
WenjingKangIntel committed Nov 24, 2024
1 parent b11d06d commit f64473c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ struct IODescriptor {

struct NetworkMetadata final {
std::string name;
std::string logStr;

std::vector<IODescriptor> inputs;
std::vector<IODescriptor> outputs;
Expand Down

0 comments on commit f64473c

Please sign in to comment.