public final enum
Reduction
Type of Loss Reduction
AUTO
indicates that the reduction option will be determined by the usage context. For
almost all cases this defaults to SUM_OVER_BATCH_SIZE
.
NONE
Weighted losses with one dimension reduced (axis=-1, or axis specified by loss
function).
SUM
Scalar sum of weighted losses.
SUM_OVER_BATCH_SIZE
Scalar SUM
divided by number of elements in losses.
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
abstract int |
compareTo(Reduction arg0)
|