Skip to content
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 AddN and MulN functions #601

Merged
merged 2 commits into from
Mar 2, 2020
Merged

Conversation

TakuyaNarihira
Copy link
Contributor

With these functions, you can perform slightly efficient addition or multiplication over multiple variables as following;

# y = v1 + v2 + v3 + v4
y = F.add_n(v1, v2, v3, v4)

@TakuyaNarihira TakuyaNarihira added the release-note-op-layer Auto-release; Layer Functions label Mar 2, 2020
@TakuyaYashima TakuyaYashima merged commit 0d304b3 into master Mar 2, 2020
@YukioOobuchi YukioOobuchi deleted the feature/20191223-addn-muln branch June 23, 2020 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note-op-layer Auto-release; Layer Functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants