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

Method __init__

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

Source from the content-addressed store, hash-verified

552 """
553
554 def __init__(self, reduction=losses_utils.ReductionV2.AUTO, name='hinge'):
555 super(Hinge, self).__init__(hinge, name=name, reduction=reduction)
556
557
558@keras_export('keras.losses.SquaredHinge')

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected