Searched refs:share_weights (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/keras/ |
D | models_test.py | 103 self, input_shape, add_input_layer, share_weights): argument 105 if share_weights: 107 keras.models._clone_sequential_model, share_weights=True) 151 def test_clone_functional_model(self, share_weights): argument 152 if share_weights: 154 keras.models._clone_functional_model, share_weights=True) 212 def test_clone_functional_with_masking(self, share_weights): argument 213 if share_weights: 215 keras.models._clone_functional_model, share_weights=True)
|
D | models.py | 53 def _clone_functional_model(model, input_tensors=None, share_weights=False): argument 137 if not share_weights: 175 def _clone_sequential_model(model, input_tensors=None, share_weights=False): argument 210 if share_weights: 226 if not share_weights:
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | distributed_training_utils.py | 636 share_weights=True) 639 share_weights=True)
|