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

Method __init__

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

Source from the content-addressed store, hash-verified

584 """
585
586 def __init__(self,
587 reduction=losses_utils.ReductionV2.AUTO,
588 name='squared_hinge'):
589 super(SquaredHinge, self).__init__(
590 squared_hinge, name=name, reduction=reduction)
591
592
593@keras_export('keras.losses.CategoricalHinge')

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected