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

Added an option to use the pure python implementation. #1137

Merged
merged 17 commits into from
Mar 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add options as dependency
  • Loading branch information
seanpmorgan committed Feb 24, 2020
commit 44e2b737174b507499b8c934c88422adcc767d78
1 change: 1 addition & 0 deletions tensorflow_addons/activations/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ py_library(
data = [
"//tensorflow_addons/custom_ops/activations:_activation_ops.so",
"//tensorflow_addons/utils",
"//tensorflow_addons:options.py",
],
)

Expand Down