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.py240 sample_weight_mode=None, argument
1389 self, run_eagerly, sample_weight_mode, target_tensors, weighted_metrics): argument
1455 def _compile_eagerly(self, metrics, weighted_metrics, sample_weight_mode): argument
2902 sample_weight_mode=None): argument
3029 def sample_weight_mode(self): member in _TrainingEndpoint
3033 def sample_weight_mode(self, value): member in _TrainingEndpoint
3087 def populate_sample_weight(self, sample_weight, sample_weight_mode): argument
Dtraining_utils_v1.py953 sample_weight_mode=None): argument
1421 def prepare_sample_weight_modes(training_endpoints, sample_weight_mode): argument
/external/tensorflow/tensorflow/python/keras/tests/
Dtemporal_sample_weights_correctness_test.py54 def get_compiled_multi_io_model_temporal(sample_weight_mode): argument