-
Notifications
You must be signed in to change notification settings - Fork 159
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/lang] Add CircleGRU node #12598
[luci/lang] Add CircleGRU node #12598
Conversation
Note: should be rebased after #12597 will be merged |
c5d7196
to
db131f3
Compare
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 thank you!
@seanshpark, can you please help me to resolve build issue:
How can I resolve it? Smth with decencies? |
Ah, we need to add |
adding 08 version was what I was afraid of... lots of changes are needed. |
db131f3
to
926347e
Compare
rebased after merging mio-circe 08 |
|
|
||
#include <gtest/gtest.h> | ||
|
||
TEST(CircleCirGruTest, constructor_P) |
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.
_P is not necessary
TEST(CircleCirGruTest, constructor_P) | |
TEST(CircleCirGruTest, constructor) |
This pr adds CircleCirGru node in luci/lang ONE-DCO-1.0-Signed-off-by: Artem Balyshev <[email protected]>
926347e
to
2a59c7e
Compare
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 thank you!
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
This pr adds CircleCirGru node in luci/lang
for issue: #12320
from draft: #12319
ONE-DCO-1.0-Signed-off-by: Artem Balyshev [email protected]