Home
last modified time | relevance | path

Searched refs:skip_target_weighing_indices (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py967 def get_output_sample_weight_and_mode(skip_target_weighing_indices, argument
971 if output_index in skip_target_weighing_indices:
993 skip_target_weighing_indices): argument
1019 if (i not in skip_target_weighing_indices and
1023 skip_target_weighing_indices, sample_weight_mode.get(name), name, i)
1035 skip_target_weighing_indices, sample_weight_mode[i], name, i)
1041 skip_target_weighing_indices, sample_weight_mode, name, i)
Dtraining.py322 skip_target_weighing_indices = []
326 skip_target_weighing_indices.append(i)
340 skip_target_weighing_indices)
414 skip_target_weighing_indices.append(i)
419 skip_target_weighing_indices)
1808 skip_target_weighing_indices): argument
1811 self.output_names, sample_weight_mode, skip_target_weighing_indices)
1817 if i not in skip_target_weighing_indices
1822 if i not in skip_target_weighing_indices