Add log operator for BCE loss function
Context
To be able to compute Binary Cross Entropy (BCE) using a graph, log operator is needed.
Detailed major modifications
The operator "Ln" is created.
Remark : using "Log" as operator name was not possible since it is already used by the logger (the name "Logger" would have been more appropriate for the logger class).