Home
last modified time | relevance | path

Searched defs:y_true (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dlosses.py68 def __call__(self, y_true, y_pred, sample_weight=None): argument
117 def call(self, y_true, y_pred): argument
148 def call(self, y_true, y_pred): argument
669 def mean_squared_error(y_true, y_pred): argument
681 def mean_absolute_error(y_true, y_pred): argument
693 def mean_absolute_percentage_error(y_true, y_pred): # pylint: disable=missing-docstring argument
707 def mean_squared_logarithmic_error(y_true, y_pred): # pylint: disable=missing-docstring argument
715 def _maybe_convert_labels(y_true): argument
731 def squared_hinge(y_true, y_pred): argument
750 def hinge(y_true, y_pred): argument
[all …]
Dmetrics.py479 def update_state(self, y_true, y_pred, sample_weight=None): argument
530 def update_state(self, y_true, y_pred, sample_weight=None): argument
834 def update_state(self, y_true, y_pred, sample_weight=None): argument
1153 def update_state(self, y_true, y_pred, sample_weight=None): argument
1279 def update_state(self, y_true, y_pred, sample_weight=None): argument
1363 def update_state(self, y_true, y_pred, sample_weight=None): argument
1682 def update_state(self, y_true, y_pred, sample_weight=None): argument
2098 def update_state(self, y_true, y_pred, sample_weight=None): argument
2262 def update_state(self, y_true, y_pred, sample_weight=None): argument
2674 def update_state(self, y_true, y_pred, sample_weight=None): argument
[all …]
Dlosses_test.py59 def __call__(self, y_true, y_pred, sample_weight=None): argument
1441 def huber_loss(self, y_true, y_pred, delta=1.0): argument
Dmetrics_test.py1765 def update_state(self, y_true, y_pred, sample_weight=None): argument
Dbackend.py5141 def ctc_batch_cost(y_true, y_pred, input_length, label_length): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_gpu_test.py47 … loss = lambda y_true, y_pred: K.sparse_categorical_crossentropy( # pylint: disable=g-long-lambda argument
52 loss = lambda y_true, y_pred: K.categorical_crossentropy( # pylint: disable=g-long-lambda argument
57 …loss = lambda y_true, y_pred: K.binary_crossentropy(y_true, y_pred) # pylint: disable=unnecessary… argument
Dtraining.py1955 def _call_metric_fn(self, metric_fn, y_true, y_pred, weights, mask=None): argument
1981 y_true, argument
Dtraining_utils.py815 def call_metric_function(metric_fn, y_true, y_pred, weights=None, mask=None): argument
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dloss.py160 def __call__(self, y_true, y_pred, sample_weight=None): argument
170 def call(self, y_true, y_pred): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
D_sklearn.py157 def _accuracy_score(y_true, y_pred): argument
162 def _mean_squared_error(y_true, y_pred): argument
/external/libopus/scripts/
Ddump_rnn.py32 def binary_crossentrop2(y_true, y_pred): argument
Drnn_train.py19 def binary_crossentrop2(y_true, y_pred): argument
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
Dkeras_test.py280 def loss_fn(y_true, y_pred): argument
358 def loss_fn(y_true, y_pred): argument
/external/tensorflow/tensorflow/python/keras/utils/
Dlosses_utils.py60 def squeeze_or_expand_dimensions(y_pred, y_true, sample_weight): argument
Dmetrics_utils.py213 y_true, argument
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal_test.py359 def xent(y_true, y_pred): argument
/external/tensorflow/tensorflow/python/keras/saving/
Dhdf5_format_test.py471 def custom_loss(y_true, y_pred): argument