/external/tensorflow/tensorflow/python/ops/losses/ |
D | util.py | 34 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/ |
D | training_generator_v1.py | 566 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
|
D | training_v1.py | 628 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 …]
|
D | training_utils_v1.py | 727 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
|
D | training_arrays_v1.py | 613 sample_weight=None, argument 672 sample_weight=None, argument
|
D | training_distributed_v1.py | 594 sample_weight=None, argument 695 sample_weight=None, argument
|
D | compile_utils.py | 168 sample_weight=None, argument 403 def update_state(self, y_true, y_pred, sample_weight=None): argument
|
D | training.py | 880 sample_weight=None, argument 1308 sample_weight=None, argument 1735 sample_weight=None, argument 1804 sample_weight=None, argument
|
D | data_adapter.py | 1106 sample_weight=None, argument 1574 def pack_x_y_sample_weight(x, y=None, sample_weight=None): argument 1618 sample_weight=None, argument
|
D | training_test.py | 1445 def update_state(self, y_true, y_pred, 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 269 sample_weight=None, argument
|
D | metrics_utils.py | 242 sample_weight=None, argument
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 367 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 …]
|
D | metrics_correctness_test.py | 365 def _custom_generator(self, sample_weight=None): 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
|
D | losses.py | 123 def __call__(self, y_true, y_pred, sample_weight=None): argument
|
D | losses_test.py | 226 def tf_functioned_loss_fn(y_true, y_pred, sample_weight=None): argument
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image.py | 433 sample_weight=None, argument 822 sample_weight=None, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_impl.py | 394 sample_weight=None, argument
|