Searched refs:LogCoshError (Results 1 – 8 of 8) sorted by relevance
1 path: "tensorflow.keras.metrics.LogCoshError"3 is_instance: "<class \'tensorflow.python.keras.metrics.LogCoshError\'>"
1 path: "tensorflow.metrics.LogCoshError"3 is_instance: "<class \'tensorflow.python.keras.metrics.LogCoshError\'>"
52 name: "LogCoshError"
2676 class LogCoshError(MeanMetricWrapper): class2708 super(LogCoshError, self).__init__(logcosh, name, dtype=dtype)
1124 logcosh_obj = metrics.LogCoshError(name='logcosh', dtype=dtypes.int32)1130 logcosh_obj = metrics.LogCoshError()1141 logcosh_obj = metrics.LogCoshError()