Home
last modified time | relevance | path

Searched defs:sample_weight_mode (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_v1.py243 sample_weight_mode=None, argument
1394 self, run_eagerly, sample_weight_mode, target_tensors, weighted_metrics): argument
1460 def _compile_eagerly(self, metrics, weighted_metrics, sample_weight_mode): argument
2894 sample_weight_mode=None): argument
3021 def sample_weight_mode(self): member in _TrainingEndpoint
3025 def sample_weight_mode(self, value): member in _TrainingEndpoint
3079 def populate_sample_weight(self, sample_weight, sample_weight_mode): argument
Dtraining_utils_v1.py951 sample_weight_mode=None): argument
1418 def prepare_sample_weight_modes(training_endpoints, sample_weight_mode): argument
/external/tensorflow/tensorflow/python/keras/tests/
Dtemporal_sample_weights_correctness_test.py58 def get_compiled_multi_io_model_temporal(sample_weight_mode): argument