Searched refs:mean_squared_logarithmic_error (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/ |
H A D | losses.py | 504 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 D | metrics.py | 48 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 D | tensorflow.losses.-mean-squared-logarithmic-error.pbtxt | 9 … \'name\'], varargs=None, keywords=None, defaults=[\'auto\', \'mean_squared_logarithmic_error\'], "
|
H A D | tensorflow.losses.pbtxt | 172 name: "mean_squared_logarithmic_error"
|
H A D | tensorflow.metrics.-mean-squared-logarithmic-error.pbtxt | 136 …name\', \'dtype\'], varargs=None, keywords=None, defaults=[\'mean_squared_logarithmic_error\', \'N…
|
H A D | tensorflow.metrics.pbtxt | 268 name: "mean_squared_logarithmic_error"
|