Support Max operator and implement Softplus as a Meta Operator
- Max operator is not supported in Eclipse Aidge. We have to add support of the Max operator.
- Softplus operator should be implemented as meta operator using this formula: Softplus(x)=max(x,0)+log(1+e−∣x∣)
Edited by Usman Sajid