/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 | 563 sample_weight=None, argument 598 sample_weight=None, argument 653 sample_weight=None, argument 689 sample_weight=None, argument 733 sample_weight=None, argument 789 sample_weight=None, argument
|
D | training_v1.py | 626 sample_weight=None, argument 819 sample_weight=None, argument 1008 sample_weight=None, argument 1099 def test_on_batch(self, x, y=None, sample_weight=None, reset_metrics=True): argument 2105 sample_weight=None, argument 2216 sample_weight=None, argument 2351 def _standardize_tensors(self, x, y, sample_weight, run_eagerly, dict_inputs, argument 2901 sample_weight=None, argument 3021 def sample_weight(self): member in _TrainingEndpoint 3025 def sample_weight(self, value): member in _TrainingEndpoint [all …]
|
D | training_utils_v1.py | 721 def standardize_sample_weights(sample_weight, output_names): argument 951 sample_weight=None, argument 1235 def validate_dataset_input(x, y, sample_weight, validation_split=None): argument 1291 def check_generator_arguments(y=None, sample_weight=None, argument 1931 sample_weight=None, argument 1946 sample_weight=None, argument
|
D | training_arrays_v1.py | 610 sample_weight=None, argument 669 sample_weight=None, argument
|
D | training_distributed_v1.py | 589 sample_weight=None, argument 690 sample_weight=None, argument
|
D | compile_utils.py | 167 sample_weight=None, argument 433 def update_state(self, y_true, y_pred, sample_weight=None): argument
|
D | training.py | 893 sample_weight=None, argument 1356 sample_weight=None, argument 1795 sample_weight=None, argument 1861 sample_weight=None, argument
|
D | data_adapter.py | 1097 sample_weight=None, argument 1589 def pack_x_y_sample_weight(x, y=None, sample_weight=None): argument 1633 sample_weight=None, argument
|
D | training_test.py | 1440 def update_state(self, y_true, y_pred, sample_weight=None): argument 3526 def update_state(self, y_true, y_pred, sample_weight=None): argument
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | losses_utils.py | 154 def squeeze_or_expand_dimensions(y_pred, y_true=None, sample_weight=None): argument 278 sample_weight=None, argument
|
D | metrics_utils.py | 511 sample_weight=None, argument
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 374 def update_state(self, values, sample_weight=None): argument 575 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 [all …]
|
D | metrics_test.py | 1938 def update_state(self, y_true, y_pred, sample_weight=None): argument 1962 def update_state(self, y_true, y_pred, sample_weight=None): argument 2027 def compute_metric(y_true, y_pred, sample_weight): argument 2114 def update_state(self, y_true, y_pred, sample_weight=None): argument 2132 def bad_metric(y_true, y_pred, sample_weight=None): # pylint: disable=unused-argument argument 2135 def dict_metric(y_true, y_pred, sample_weight=None): # pylint: disable=unused-argument argument
|
D | metrics_correctness_test.py | 361 def _custom_generator(self, sample_weight=None): argument
|
D | losses.py | 120 def __call__(self, y_true, y_pred, sample_weight=None): argument
|
D | losses_test.py | 244 def tf_functioned_loss_fn(y_true, y_pred, sample_weight=None): argument
|
D | callbacks_test.py | 308 def update_state(self, y_true, y_pred, sample_weight=None): argument
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | image.py | 447 sample_weight=None, argument 838 sample_weight=None, argument
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_impl.py | 412 sample_weight=None, argument
|