Skip to content

Add log operator for BCE loss function

Olivier Antoni requested to merge oantoni/aidge_core:BCE_loss into dev

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).

Merge request reports