Home
last modified time | relevance | path

Searched defs:sample_weight (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/ops/losses/
Dutil.py34 def squeeze_or_expand_dimensions(y_pred, y_true=None, sample_weight=None): argument
123 def scale_losses_by_sample_weight(losses, sample_weight): argument
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_generator_v1.py566 sample_weight=None, argument
601 sample_weight=None, argument
656 sample_weight=None, argument
692 sample_weight=None, argument
736 sample_weight=None, argument
792 sample_weight=None, argument
Dtraining_v1.py628 sample_weight=None, argument
822 sample_weight=None, argument
1013 sample_weight=None, argument
1104 def test_on_batch(self, x, y=None, sample_weight=None, reset_metrics=True): argument
2097 sample_weight=None, argument
2208 sample_weight=None, argument
2343 def _standardize_tensors(self, x, y, sample_weight, run_eagerly, dict_inputs, argument
2893 sample_weight=None, argument
3013 def sample_weight(self): member in _TrainingEndpoint
3017 def sample_weight(self, value): member in _TrainingEndpoint
[all …]
Dtraining_utils_v1.py727 def standardize_sample_weights(sample_weight, output_names): argument
949 sample_weight=None, argument
1232 def validate_dataset_input(x, y, sample_weight, validation_split=None): argument
1288 def check_generator_arguments(y=None, sample_weight=None, argument
1928 sample_weight=None, argument
1943 sample_weight=None, argument
Dtraining_arrays_v1.py613 sample_weight=None, argument
672 sample_weight=None, argument
Dtraining_distributed_v1.py594 sample_weight=None, argument
695 sample_weight=None, argument
Dcompile_utils.py168 sample_weight=None, argument
403 def update_state(self, y_true, y_pred, sample_weight=None): argument
Dtraining.py880 sample_weight=None, argument
1308 sample_weight=None, argument
1735 sample_weight=None, argument
1804 sample_weight=None, argument
Ddata_adapter.py1106 sample_weight=None, argument
1574 def pack_x_y_sample_weight(x, y=None, sample_weight=None): argument
1618 sample_weight=None, argument
Dtraining_test.py1445 def update_state(self, y_true, y_pred, sample_weight=None): argument
/external/tensorflow/tensorflow/python/keras/utils/
Dlosses_utils.py146 def squeeze_or_expand_dimensions(y_pred, y_true=None, sample_weight=None): argument
269 sample_weight=None, argument
Dmetrics_utils.py242 sample_weight=None, argument
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py367 def update_state(self, values, sample_weight=None): argument
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
[all …]
Dmetrics_correctness_test.py365 def _custom_generator(self, sample_weight=None): argument
Dmetrics_test.py1942 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
Dlosses.py123 def __call__(self, y_true, y_pred, sample_weight=None): argument
Dlosses_test.py226 def tf_functioned_loss_fn(y_true, y_pred, sample_weight=None): argument
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage.py433 sample_weight=None, argument
822 sample_weight=None, argument
/external/tensorflow/tensorflow/python/ops/
Dnn_impl.py394 sample_weight=None, argument