Describe the feature and the current behavior/state.
Hi,
We use some contrib functions and for using them in Java/Scala we would find the .so files generated for each OS (mac, Linux, and windows) and load them with TensorFlow.loadLibrary.
I would like to know what should be the procedure in which we can use addons in our Java/Scala project?
Relevant information
Who will benefit with this feature?
All the projects using Java/Scala to access generated TF graph files.
We currently do not have other language bindings, but you should find the .so files after installation under the package. Therefore, it would be in the same procedure like what you've done for contrib.
https://github.com/tensorflow/addons/blob/master/tensorflow_addons/activations/gelu.py#L25
@WindQAQ Thank you for your response. I am going to try it and let you know.
Great. Then I am going to close this issue. Feel free to re-open it if you have further problem. Thanks.