Home
last modified time | relevance | path

Searched refs:sample_weight_mode (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_v1.py243 sample_weight_mode=None, argument
375 sample_weight_mode,
385 self.sample_weight_mode = sample_weight_mode
440 self._compile_eagerly(metrics, weighted_metrics, sample_weight_mode)
459 self._training_endpoints, sample_weight_mode)
1394 self, run_eagerly, sample_weight_mode, target_tensors, weighted_metrics): argument
1398 if sample_weight_mode:
1460 def _compile_eagerly(self, metrics, weighted_metrics, sample_weight_mode): argument
1463 self._training_endpoints, sample_weight_mode)
1499 endpoint.sample_weight_mode = (
[all …]
Dtraining_utils_v1.py951 sample_weight_mode=None): argument
976 if sample_weight_mode is not None and sample_weight_mode != 'samplewise':
977 if sample_weight_mode != 'temporal':
980 'Found: ' + str(sample_weight_mode))
1001 sample_weight.shape, sample_weight_mode))
1418 def prepare_sample_weight_modes(training_endpoints, sample_weight_mode): argument
1429 if isinstance(sample_weight_mode, collections.abc.Mapping):
1431 'sample_weight_mode', sample_weight_mode,
1436 if end_point.output_name not in sample_weight_mode:
1440 end_point.sample_weight_mode = sample_weight_mode.get(
[all …]
Dtraining_test.py494 sample_weight_mode=None,
1896 sample_weight_mode='temporal',
1977 sample_weight_mode=[None],
1985 sample_weight_mode=['temporal'],
1993 sample_weight_mode={'time_distributed': None},
2001 sample_weight_mode={'time_distributed': 'temporal'},
2009 sample_weight_mode=None,
2017 sample_weight_mode='temporal',
2479 sample_weight_mode=None)
2798 sample_weight_mode=None, target_tensors=[y, y1, y2])
[all …]
Dtraining_eager_test.py93 sample_weight_mode=None)
/external/tensorflow/tensorflow/python/keras/tests/
Dtemporal_sample_weights_correctness_test.py58 def get_compiled_multi_io_model_temporal(sample_weight_mode): argument
65 sample_weight_mode=sample_weight_mode,
78 model = get_compiled_multi_io_model_temporal(sample_weight_mode='temporal')
82 sample_weight_mode=['temporal', 'temporal'])
85 model = get_compiled_multi_io_model_temporal(sample_weight_mode={
93 sample_weight_mode=[None, 'temporal'])
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils.py232 sample_weight_mode = training_config['sample_weight_mode'] if hasattr(
242 sample_weight_mode=sample_weight_mode)
Dsaved_model_experimental_test.py65 sample_weight_mode='temporal')
Dsave_test.py394 sample_weight_mode='temporal')
435 sample_weight_mode='temporal')
/external/tensorflow/tensorflow/python/keras/distribute/
Dmulti_worker_test.py70 sample_weight_mode=model.sample_weight_mode,
Ddistributed_training_utils_v1.py757 sample_weight_mode=model.sample_weight_mode,
809 sample_weight_mode=model.sample_weight_mode,
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/
Dpython_api.md78 sample_weight_mode='temporal')
/external/tensorflow/tensorflow/lite/python/
Dlite_test.py2192 sample_weight_mode='temporal')
2557 sample_weight_mode='temporal')
/external/llvm-project/llvm/unittests/Analysis/Inputs/ir2native_x86_64_model/
Dsaved_model.pbtxt8465 …ed_error\"], \"weighted_metrics\": null, \"loss_weights\": null, \"sample_weight_mode\": null, \"o…
/external/tensorflow/
DRELEASE.md1943 1. `sample_weight_mode` in compile