.Flux.Losses
xlogx
function
defined in module
Flux.Losses
xlogx(x)
Return
x * log(x)
for
x ≥ 0
, handling
x == 0
by taking the limit from above, to get zero.
There is
1
method for Flux.Losses.xlogx
:
The following pages link back here: