/external/tensorflow/tensorflow/python/keras/ |
D | losses.py | 68 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 …]
|
D | metrics.py | 479 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 …]
|
D | losses_test.py | 59 def __call__(self, y_true, y_pred, sample_weight=None): argument 1441 def huber_loss(self, y_true, y_pred, delta=1.0): argument
|
D | metrics_test.py | 1765 def update_state(self, y_true, y_pred, sample_weight=None): argument
|
D | backend.py | 5141 def ctc_batch_cost(y_true, y_pred, input_length, label_length): argument
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_gpu_test.py | 47 … 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
|
D | training.py | 1955 def _call_metric_fn(self, metric_fn, y_true, y_pred, weights, mask=None): argument 1981 y_true, argument
|
D | training_utils.py | 815 def call_metric_function(metric_fn, y_true, y_pred, weights=None, mask=None): argument
|
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
D | loss.py | 160 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.py | 157 def _accuracy_score(y_true, y_pred): argument 162 def _mean_squared_error(y_true, y_pred): argument
|
/external/libopus/scripts/ |
D | dump_rnn.py | 32 def binary_crossentrop2(y_true, y_pred): argument
|
D | rnn_train.py | 19 def binary_crossentrop2(y_true, y_pred): argument
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/ |
D | keras_test.py | 280 def loss_fn(y_true, y_pred): argument 358 def loss_fn(y_true, y_pred): argument
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | losses_utils.py | 60 def squeeze_or_expand_dimensions(y_pred, y_true, sample_weight): argument
|
D | metrics_utils.py | 213 y_true, argument
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | local_test.py | 359 def xent(y_true, y_pred): argument
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | hdf5_format_test.py | 471 def custom_loss(y_true, y_pred): argument
|