-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Implement array vs array functionality to chainerx.minimum
#6541
Conversation
@asi1024 Could you please let me know if the Travis failures are related to this PR? |
Thanks for the PR! Could you fix for ClangFormat like the following link? |
@asi1024 Made the required changes. |
Could you add a test in |
Unintentionally committed some mistakes in the python test for chainerx.minimum . Am in the process of rectifying them. |
2fd2f3a
to
b62fcc6
Compare
I get this error after making the above changes. I think this is probably because the return type of |
Can one of the admins verify this patch? |
Hmm, how about defining |
b8eab18
to
08fadda
Compare
@asi1024 Could you please review changes? |
Is this fine @asi1024 ? |
977f797
to
37a147f
Compare
1545976
to
16e4b19
Compare
@asi1024 I will support mixed dtypes in the next commit. |
47bd5e0
to
b2eeca9
Compare
@asi1024 Could you please review? |
I have made all the suggested changes. But when I test my implementation locally, I get the following warning. Could you please take a look? |
@asi1024 Could you please review the modified tests? |
Jenkins, test this please. |
Jenkins CI test (for commit 3684b3b, target branch master) failed with status FAILURE. |
The test failures are unrelated to this PR. LGTM! @aksub99 Thank you very much! |
…_min Implement array vs array functionality to chainerx.minimum
chainerx.minimum
Jenkins CI test (for commit 3684b3b, target branch master) failed with status FAILURE. |
Implemented array vs array functionality to chainerx.minimum
Ref. #6423