Home
last modified time | relevance | path

Searched refs:MeanSquaredLogarithmicError (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.losses.-mean-squared-logarithmic-error.pbtxt1 path: "tensorflow.losses.MeanSquaredLogarithmicError"
3 is_instance: "<class \'tensorflow.python.keras.losses.MeanSquaredLogarithmicError\'>"
Dtensorflow.keras.losses.-mean-squared-logarithmic-error.pbtxt1 path: "tensorflow.keras.losses.MeanSquaredLogarithmicError"
3 is_instance: "<class \'tensorflow.python.keras.losses.MeanSquaredLogarithmicError\'>"
Dtensorflow.keras.metrics.-mean-squared-logarithmic-error.pbtxt1 path: "tensorflow.keras.metrics.MeanSquaredLogarithmicError"
3 is_instance: "<class \'tensorflow.python.keras.metrics.MeanSquaredLogarithmicError\'>"
Dtensorflow.metrics.-mean-squared-logarithmic-error.pbtxt1 path: "tensorflow.metrics.MeanSquaredLogarithmicError"
3 is_instance: "<class \'tensorflow.python.keras.metrics.MeanSquaredLogarithmicError\'>"
Dtensorflow.losses.pbtxt52 name: "MeanSquaredLogarithmicError"
Dtensorflow.keras.losses.pbtxt52 name: "MeanSquaredLogarithmicError"
Dtensorflow.keras.metrics.pbtxt80 name: "MeanSquaredLogarithmicError"
Dtensorflow.metrics.pbtxt80 name: "MeanSquaredLogarithmicError"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.losses.-mean-squared-logarithmic-error.pbtxt1 path: "tensorflow.keras.losses.MeanSquaredLogarithmicError"
3 is_instance: "<class \'tensorflow.python.keras.losses.MeanSquaredLogarithmicError\'>"
Dtensorflow.keras.metrics.-mean-squared-logarithmic-error.pbtxt1 path: "tensorflow.keras.metrics.MeanSquaredLogarithmicError"
3 is_instance: "<class \'tensorflow.python.keras.metrics.MeanSquaredLogarithmicError\'>"
Dtensorflow.keras.losses.pbtxt52 name: "MeanSquaredLogarithmicError"
Dtensorflow.keras.metrics.pbtxt80 name: "MeanSquaredLogarithmicError"
/external/tensorflow/tensorflow/python/keras/
Dlosses_test.py594 msle_obj = losses.MeanSquaredLogarithmicError(
600 msle_obj = losses.MeanSquaredLogarithmicError()
609 msle_obj = losses.MeanSquaredLogarithmicError()
618 msle_obj = losses.MeanSquaredLogarithmicError()
628 msle_obj = losses.MeanSquaredLogarithmicError()
638 msle_obj = losses.MeanSquaredLogarithmicError()
Dlosses.py452 class MeanSquaredLogarithmicError(LossFunctionWrapper): class
508 super(MeanSquaredLogarithmicError, self).__init__(
Dmetrics_test.py789 msle_obj = metrics.MeanSquaredLogarithmicError(
795 msle_obj2 = metrics.MeanSquaredLogarithmicError.from_config(
801 msle_obj = metrics.MeanSquaredLogarithmicError()
814 msle_obj = metrics.MeanSquaredLogarithmicError()
Dmetrics.py2477 class MeanSquaredLogarithmicError(MeanMetricWrapper): class
2508 super(MeanSquaredLogarithmicError, self).__init__(