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.metrics.-mean-squared-logarithmic-error.pbtxt1 path: "tensorflow.metrics.MeanSquaredLogarithmicError"
3 is_instance: "<class \'tensorflow.python.keras.metrics.MeanSquaredLogarithmicError\'>"
Dtensorflow.keras.metrics.-mean-squared-logarithmic-error.pbtxt1 path: "tensorflow.keras.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.py259 class MeanSquaredLogarithmicError(LossFunctionWrapper): class
284 super(MeanSquaredLogarithmicError, self).__init__(
Dlosses_test.py450 msle_obj = keras.losses.MeanSquaredLogarithmicError(
456 msle_obj = keras.losses.MeanSquaredLogarithmicError()
465 msle_obj = keras.losses.MeanSquaredLogarithmicError()
474 msle_obj = keras.losses.MeanSquaredLogarithmicError()
484 msle_obj = keras.losses.MeanSquaredLogarithmicError()
494 msle_obj = keras.losses.MeanSquaredLogarithmicError()
Dmetrics_test.py637 msle_obj = metrics.MeanSquaredLogarithmicError(
643 msle_obj2 = metrics.MeanSquaredLogarithmicError.from_config(
649 msle_obj = metrics.MeanSquaredLogarithmicError()
662 msle_obj = metrics.MeanSquaredLogarithmicError()
Dmetrics.py1955 class MeanSquaredLogarithmicError(MeanMetricWrapper): class
1978 super(MeanSquaredLogarithmicError, self).__init__(