Home
last modified time | relevance | path

Searched defs:y_pred (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dlosses.py120 def __call__(self, y_true, y_pred, sample_weight=None): argument
177 def call(self, y_true, y_pred): argument
245 def call(self, y_true, y_pred): argument
1192 def mean_squared_error(y_true, y_pred): argument
1221 def _ragged_tensor_apply_loss(loss_fn, y_true, y_pred, y_pred_extra_dim=False): argument
1303 def _ragged_tensor_mse(y_true, y_pred): argument
1323 def mean_absolute_error(y_true, y_pred): argument
1350 def _ragged_tensor_mae(y_true, y_pred): argument
1360 def mean_absolute_percentage_error(y_true, y_pred): argument
1393 def _ragged_tensor_mape(y_true, y_pred): argument
[all …]
Dmetrics.py575 def update_state(self, y_true, y_pred, sample_weight=None): argument
645 def update_state(self, y_true, y_pred, sample_weight=None): argument
1000 def update_state(self, y_true, y_pred, sample_weight=None): argument
1329 def update_state(self, y_true, y_pred, sample_weight=None): argument
1458 def update_state(self, y_true, y_pred, sample_weight=None): argument
1551 def update_state(self, y_true, y_pred, sample_weight=None): argument
2216 def update_state(self, y_true, y_pred, sample_weight=None): argument
2778 def update_state(self, y_true, y_pred, sample_weight=None): argument
2971 def update_state(self, y_true, y_pred, sample_weight=None): argument
3394 def update_state(self, y_true, y_pred, sample_weight=None): argument
[all …]
Dbackend.py6241 def ctc_batch_cost(y_true, y_pred, input_length, label_length): argument
6275 def ctc_decode(y_pred, input_length, greedy=True, beam_width=100, top_paths=1): argument
/external/rnnoise/training/
Drnn_train.py31 def my_crossentropy(y_true, y_pred): 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
Ddump_rnn.py74 def mean_squared_sqrt_error(y_true, y_pred): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dcompile_utils.py36 def build(self, y_pred): argument
130 def build(self, y_pred): argument
166 y_pred, argument
341 def build(self, y_pred, y_true): argument
433 def update_state(self, y_true, y_pred, sample_weight=None): argument
615 def map_to_output_names(y_pred, output_names, struct): argument
662 def map_missing_dict_keys(y_pred, struct): argument
Dtraining_utils_v1.py1181 y_pred=None, argument
Dtraining_v1.py1904 y_pred, argument
/external/libopus/training/
Drnn_train.py28 def binary_crossentrop2(y_true, y_pred): argument
31 def binary_accuracy2(y_true, y_pred): argument
Drnn_dump.py35 def binary_crossentrop2(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/utils/
Dmetrics_utils.py283 y_pred, argument
507 y_pred, argument
Dlosses_utils.py154 def squeeze_or_expand_dimensions(y_pred, y_true=None, sample_weight=None): argument
/external/tensorflow/tensorflow/python/ops/losses/
Dutil.py30 def squeeze_or_expand_dimensions(y_pred, y_true=None, sample_weight=None): argument
/external/libvpx/vp9/encoder/
Dvp9_temporal_filter.c261 const uint8_t *y_frame1, int y_stride, const uint8_t *y_pred, in vp9_apply_temporal_filter_c()