Tagged Questions
2
votes
0answers
89 views
Smooth Max and Abs
I'm trying to implement smooth approximations of Max and Abs functions. Moreover I want the functions to map element-wise on tensors. Here's my code.
...