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

Implement relu operator #11

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Implement relu operator #11

wants to merge 6 commits into from

Conversation

noirgif
Copy link

@noirgif noirgif commented Apr 18, 2022

Included a new operator ReluOp, as well as added test in electron-test. This assumes RELU_I8 does relu operation in-place on each int8 element (it would be better if there's documentation for ISA).

This PR doesn't include implementation in electron-tf. If that's necessary, I'll try implement it later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant