Home
last modified time | relevance | path

Searched refs:mean_squared_logarithmic_error (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dlosses.py504 mean_squared_logarithmic_error, name=name, reduction=reduction)
1404 def mean_squared_logarithmic_error(y_true, y_pred): function
1437 @dispatch.dispatch_for_types(mean_squared_logarithmic_error,
1441 return _ragged_tensor_apply_loss(mean_squared_logarithmic_error, y_true,
2064 msle = MSLE = mean_squared_logarithmic_error
H A Dmetrics.py48 from tensorflow.python.keras.losses import mean_squared_logarithmic_error
2637 mean_squared_logarithmic_error, name, dtype=dtype)
3607 msle = MSLE = mean_squared_logarithmic_error
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.losses.-mean-squared-logarithmic-error.pbtxt9 … \'name\'], varargs=None, keywords=None, defaults=[\'auto\', \'mean_squared_logarithmic_error\'], "
H A Dtensorflow.losses.pbtxt172 name: "mean_squared_logarithmic_error"
H A Dtensorflow.metrics.-mean-squared-logarithmic-error.pbtxt136 …name\', \'dtype\'], varargs=None, keywords=None, defaults=[\'mean_squared_logarithmic_error\', \'N…
H A Dtensorflow.metrics.pbtxt268 name: "mean_squared_logarithmic_error"