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

Method __init__

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

Source from the content-addressed store, hash-verified

246 """
247
248 def __init__(self,
249 reduction=losses_utils.ReductionV2.AUTO,
250 name='mean_squared_error'):
251 super(MeanSquaredError, self).__init__(
252 mean_squared_error, name=name, reduction=reduction)
253
254
255@keras_export('keras.losses.MeanAbsoluteError')

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected