-
Notifications
You must be signed in to change notification settings - Fork 363
Add aten::layer_norm support and move add_elementwise to utils #446
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
Conversation
Signed-off-by: Yu-Te Cheng <[email protected]>
Signed-off-by: Yu-Te Cheng <[email protected]>
…pt gamma and beta as None. Signed-off-by: Yu-Te Cheng <[email protected]>
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.
Code conforms to Python style guidelines
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.
Code conforms to C++ style guidelines
c51a606
to
93cf6d6
Compare
Signed-off-by: Yu-Te Cheng <[email protected]>
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.
Code conforms to C++ style guidelines
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.
Code conforms to Python style guidelines
namespace impl { | ||
namespace { | ||
|
||
nvinfer1::ILayer* add_elementwise( |
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.
This needs to be removed now right?
Signed-off-by: Yu-Te Cheng <[email protected]>
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.
Code conforms to C++ style guidelines
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.
Code conforms to Python style guidelines
Description
Add aten::layer_norm support and move add_elementwise to core/conversion/converters/converter_util.h
Fixes # 278
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: