Per https://github.com/tensorflow/tensorflow/issues/28601 it has been recommended that we fork and expose keras.layer_test for this project and others to utilize.
Any thoughts where we should put test utilities? I think for this one it makes sense somewhere under tfa.layers, but we might want the central tfa.utils location for all test utilities?
My initial thought is tfa.utils. What's your opinion, Sean, Tzu-Wei? cc @WindQAQ
I would go for tfa.utils.
Forking the fully functional layer test from keras is quite a challenge. It has calls to other private functions.
tfa.utils lgtm
Is this still valid?
Most helpful comment
I would go for tfa.utils.