-
Notifications
You must be signed in to change notification settings - Fork 229
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
Add Split
and BatchNorm
to get_op_parameters
#360
Add Split
and BatchNorm
to get_op_parameters
#360
Conversation
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.
I'm a little confused by what this PR is supposed to do. I fully supporting adding cases for operators that support get_params
such as OP_BATCH_NORM
, OP_SPLIT
, etc. but many of the operators here don't support this method (some don't even appear to have implementations in FF)
Admittedly, I wasn't entirely sure which operator codes from ffconst.h needed to be added in operator_params.cc. I just removed the ones without implementations, so now the ones left should all support get_params . Let me know if the new code looks good! |
2293fe2
to
d9aed3b
Compare
Split
and BatchNorm
to get_op_parameters
Closes #359