Anuj Gupta

Results 7 comments of Anuj Gupta

I am looking for supporting the trigonometric operators (sin, cos, tan, asin, acos, atan). A related question is that the ONNX definition of the operators doesn't clearly specify what the...

Actually, I see that Interpreter and CPU backends for sin/cos are already brought in via support for TFLite "https://github.com/pytorch/glow/pull/4584/files/e526460dc3799ea9ff9dd13d8f32f1c3da399754#diff-432c9c901879d6257b101f981c5bd878R535" Then it seems we are not doing the Lookup table approach!

Hi @jfix71 , thanks for responding back! I was actually referring to " https://github.com/pytorch/glow/pull/4584" where sin/cos are now implemented without LUTs. I plan to take a similar route to wrap...

Hi @jfix71 @mortzur , Any feedback on this?

Any thoughts on this, @jfix71 ?

Thanks for your recommendations, @jfix71