-
Notifications
You must be signed in to change notification settings - Fork 158
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
[luci] Separate testhelper from pass #6335
Conversation
This will separate test graph builder from pass to independent module. ONE-DCO-1.0-Signed-off-by: SaeHie Park <saehie.park@gmail.com>
From draft #6231 |
} | ||
|
||
public: | ||
virtual void init(loco::Graph *g, const ShapeU32 shape_in) |
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.
(suggestion) It would be better if we can initialize each input's shape individually because there's a lot of graph whose inputs don't have the same shape. And so would TestOsGraphlet
.
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.
Thanks! I'll revise this in the draft :)
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.
LGTM
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.
LGTM
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.
LGTM.
@seanshpark Is this available?
(ADDED) I see that
|
Old one may caused some confusion. I'll work on removing the old one :) |
This will separate test graph builder from pass to independent module.
ONE-DCO-1.0-Signed-off-by: SaeHie Park saehie.park@gmail.com