-
Notifications
You must be signed in to change notification settings - Fork 2
Switch to shared_ptr in Graph class and change Graph interface #243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 25 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
9890df6
First
3f854c6
New changes
883a9ef
Clangs
4b1db15
Err
bb4d7a3
Fixes
d844ff9
Fix
30b2a5e
Tests
0ad75bd
Fix
0739ca5
Merge...
4f1d1b0
Graph changes
2608208
Graph changes
41f381f
Clang tidy
63f0d88
any of
5e7b39c
any of
ff306cc
Additional changes
24f81c2
Additional changes
0f3ac42
Updates are coming
bc63d60
Help me commit
907e9f9
Refactor
3079818
Err
861720d
Clang
083e8e0
Merge
1b36095
Changes
7d06531
ACC CHECK
18d71a3
Changing
5064466
Fixes
78565d5
Update test_graph.cpp
NeiroYT a240c9e
Merge commit
50dfa15
Merge branch 'neiroyt/stable_branch' of https://github.com/embedded-d…
89ec67e
Typo
967e681
Clang
9fbc4e5
Update test_graph.cpp
NeiroYT b5b9aaa
Update graph.hpp
NeiroYT 6991a82
Update test_graph.cpp
NeiroYT 9ed024b
Update onnx_subs.cpp
NeiroYT 9cd9696
Update onnx_subs.cpp
NeiroYT 11ecb7c
Update graph.hpp
NeiroYT 84e5187
Update test_graph.cpp
NeiroYT 6ffe7b3
Update onnx_subs.cpp
NeiroYT e1d014c
Update graph.hpp
NeiroYT 05cc369
Update test_graph.cpp
NeiroYT e80739b
PR Fix
8d47d37
PR Fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"subs" does not really tell anything to the user. Probably, "subgraphs" would be a better name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed