/external/tensorflow/tensorflow/python/keras/ |
D | losses.py | 123 def __call__(self, y_true, y_pred, sample_weight=None): argument 180 def call(self, y_true, y_pred): argument 248 def call(self, y_true, y_pred): argument 1195 def mean_squared_error(y_true, y_pred): argument 1224 def _ragged_tensor_apply_loss(loss_fn, y_true, y_pred): argument 1277 def _ragged_tensor_mse(y_true, y_pred): argument 1297 def mean_absolute_error(y_true, y_pred): argument 1324 def _ragged_tensor_mae(y_true, y_pred): argument 1334 def mean_absolute_percentage_error(y_true, y_pred): argument 1369 def mean_squared_logarithmic_error(y_true, y_pred): argument [all …]
|
D | metrics.py | 560 def update_state(self, y_true, y_pred, sample_weight=None): argument 613 def update_state(self, y_true, y_pred, sample_weight=None): argument 966 def update_state(self, y_true, y_pred, sample_weight=None): argument 1292 def update_state(self, y_true, y_pred, sample_weight=None): argument 1417 def update_state(self, y_true, y_pred, sample_weight=None): argument 1501 def update_state(self, y_true, y_pred, sample_weight=None): argument 2092 def update_state(self, y_true, y_pred, sample_weight=None): argument 2650 def update_state(self, y_true, y_pred, sample_weight=None): argument 2843 def update_state(self, y_true, y_pred, sample_weight=None): argument 3265 def update_state(self, y_true, y_pred, sample_weight=None): argument [all …]
|
D | losses_test.py | 212 def loss_fn(y_true, y_pred): argument 226 def tf_functioned_loss_fn(y_true, y_pred, sample_weight=None): argument 290 def call(self, y_true, y_pred): argument 1657 def huber_loss(self, y_true, y_pred, delta=1.0): argument 1771 def call(self, y_true, y_pred): argument 1793 def loss_fn(y_true, y_pred): argument
|
D | metrics_test.py | 1942 def update_state(self, y_true, y_pred, sample_weight=None): argument 1966 def update_state(self, y_true, y_pred, sample_weight=None): argument 2031 def compute_metric(y_true, y_pred, sample_weight): argument 2039 def metric_fn(y_true, y_pred): argument 2062 def tf_functioned_metric_fn(metric, y_true, y_pred): argument
|
/external/rnnoise/training/ |
D | rnn_train.py | 31 def my_crossentropy(y_true, y_pred): argument 34 def mymask(y_true): argument 37 def msse(y_true, y_pred): argument 40 def mycost(y_true, y_pred): argument 43 def my_accuracy(y_true, y_pred): argument
|
D | dump_rnn.py | 74 def mean_squared_sqrt_error(y_true, y_pred): argument
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_gpu_test.py | 49 … loss = lambda y_true, y_pred: K.sparse_categorical_crossentropy( # pylint: disable=g-long-lambda argument 54 loss = lambda y_true, y_pred: K.categorical_crossentropy( # pylint: disable=g-long-lambda argument 59 …loss = lambda y_true, y_pred: K.binary_crossentropy(y_true, y_pred) # pylint: disable=unnecessary… argument
|
D | compile_utils_test.py | 345 def custom_loss_fn(y_true, y_pred): argument 350 def __call__(self, y_true, y_pred): argument 364 def custom_loss_fn(y_true, y_pred): argument 371 def call(self, y_true, y_pred): argument 751 def custom_metric_fn(y_true, y_pred): argument 756 def __call__(self, y_true, y_pred): argument
|
D | compile_utils.py | 166 y_true, argument 319 def build(self, y_pred, y_true): argument 403 def update_state(self, y_true, y_pred, sample_weight=None): argument
|
D | training_utils_v1.py | 1177 y_true, argument
|
D | training_v1.py | 1895 y_true, argument
|
/external/libopus/training/ |
D | rnn_train.py | 28 def binary_crossentrop2(y_true, y_pred): argument 31 def binary_accuracy2(y_true, y_pred): argument
|
D | rnn_dump.py | 35 def binary_crossentrop2(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/ |
D | keras_test.py | 579 def loss_fn(y_true, y_pred): argument 681 def loss_fn(y_true, y_pred): argument 759 def loss_fn(y_true, y_pred): argument 862 def loss_fn(y_true, y_pred): argument
|
/external/tensorflow/tensorflow/python/keras/tests/ |
D | model_architectures_test.py | 69 def custom_loss(y_true, y_pred): argument
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | losses_serialization_test.py | 55 def my_mae(y_true, y_pred): argument
|
D | metrics_serialization_test.py | 52 def _my_mae(y_true, y_pred): argument
|
D | save_test.py | 482 def custom_loss(y_true, y_pred): argument
|
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/ |
D | hello_world_test.cc | 30 float y_true = sin(x); in TF_LITE_MICRO_TEST() local
|
/external/tensorflow/tensorflow/python/ops/losses/ |
D | util.py | 34 def squeeze_or_expand_dimensions(y_pred, y_true=None, sample_weight=None): argument
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | losses_utils.py | 146 def squeeze_or_expand_dimensions(y_pred, y_true=None, sample_weight=None): argument
|
D | metrics_utils.py | 237 y_true, argument
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | local_test.py | 427 def xent(y_true, y_pred): argument
|