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

Method __init__

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

Source from the content-addressed store, hash-verified

614 """
615
616 def __init__(self,
617 reduction=losses_utils.ReductionV2.AUTO,
618 name='categorical_hinge'):
619 super(CategoricalHinge, self).__init__(
620 categorical_hinge, name=name, reduction=reduction)
621
622
623@keras_export('keras.losses.Poisson')

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected