Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A 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
H A Dtraining_utils_v1.py953 sample_weight_mode=None): argument
1421 def prepare_sample_weight_modes(training_endpoints, sample_weight_mode): argument