Lines Matching refs:metrics

15 """Keras built-in metrics functions."""
22 from tensorflow.python.keras._impl.keras.metrics import binary_accuracy
23 from tensorflow.python.keras._impl.keras.metrics import binary_crossentropy
24 from tensorflow.python.keras._impl.keras.metrics import categorical_accuracy
25 from tensorflow.python.keras._impl.keras.metrics import categorical_crossentropy
26 from tensorflow.python.keras._impl.keras.metrics import cosine_proximity
27 from tensorflow.python.keras._impl.keras.metrics import hinge
28 from tensorflow.python.keras._impl.keras.metrics import kullback_leibler_divergence
29 from tensorflow.python.keras._impl.keras.metrics import mean_absolute_error
30 from tensorflow.python.keras._impl.keras.metrics import mean_absolute_percentage_error
31 from tensorflow.python.keras._impl.keras.metrics import mean_squared_error
32 from tensorflow.python.keras._impl.keras.metrics import mean_squared_logarithmic_error
33 from tensorflow.python.keras._impl.keras.metrics import poisson
34 from tensorflow.python.keras._impl.keras.metrics import sparse_categorical_crossentropy
35 from tensorflow.python.keras._impl.keras.metrics import sparse_top_k_categorical_accuracy
36 from tensorflow.python.keras._impl.keras.metrics import squared_hinge
37 from tensorflow.python.keras._impl.keras.metrics import top_k_categorical_accuracy
41 from tensorflow.python.keras._impl.keras.metrics import deserialize
42 from tensorflow.python.keras._impl.keras.metrics import serialize
43 from tensorflow.python.keras._impl.keras.metrics import get