Home
last modified time | relevance | path

Searched defs:sample_weights (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_eager_v1.py42 def _eager_metrics_fn(model, outputs, targets, sample_weights=None, masks=None): argument
89 sample_weights=None, argument
228 sample_weights=None, argument
290 sample_weights=None, argument
331 sample_weights=None, argument
Ddata_adapter.py256 sample_weights=None, argument
584 sample_weights=None, argument
664 sample_weights=None, argument
717 sample_weights=None, argument
757 def _validate_args(self, y, sample_weights, steps): argument
793 sample_weights=None, argument
919 sample_weights=None, argument
Dtraining_utils.py65 def handle_partial_sample_weights(outputs, sample_weights, sample_weight_modes, argument
Dtraining_arrays_v1.py49 sample_weights=None, argument
486 def _prepare_feed_values(model, inputs, targets, sample_weights, mode): argument
Dtraining_v1.py1474 def _update_sample_weight_modes(self, sample_weights=None): argument
1516 def _compile_weights_loss_and_weighted_metrics(self, sample_weights=None): argument
1779 def _prepare_sample_weights(self, sample_weights=None): argument
1923 sample_weights=None, argument
2739 def sample_weights(self): member in Model
Dtraining_generator_v1.py524 def predict_on_batch(x, y=None, sample_weights=None): # pylint: disable=unused-argument argument
Dtraining_utils_v1.py1835 def split_training_and_validation_data(x, y, sample_weights, validation_split): argument
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py276 sample_weights=None): argument
611 def _prepare_feed_values(model, inputs, targets, sample_weights, mode): argument
879 def predict_on_batch(x, y=None, sample_weights=None): argument
1131 def _update_sample_weight_modes(model, mode, sample_weights): argument
/external/tensorflow/tensorflow/python/keras/
Dmetrics_correctness_test.py48 def custom_generator_multi_io(sample_weights=None): argument
/external/tensorflow/tensorflow/python/keras/tests/
Dtemporal_sample_weights_correctness_test.py107 def custom_generator_multi_io_temporal(self, sample_weights=None): argument