MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __init__

Method __init__

tensorflow/python/keras/losses.py:645–646  ·  view source on GitHub ↗
(self, reduction=losses_utils.ReductionV2.AUTO, name='poisson')

Source from the content-addressed store, hash-verified

643 """
644
645 def __init__(self, reduction=losses_utils.ReductionV2.AUTO, name='poisson'):
646 super(Poisson, self).__init__(poisson, name=name, reduction=reduction)
647
648
649@keras_export('keras.losses.LogCosh')

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected