Home
last modified time | relevance | path

Searched refs:share_weights (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/
Dmodels_test.py102 self, input_shape, add_input_layer, share_weights): argument
104 if share_weights:
106 keras.models._clone_sequential_model, layer_fn=models.share_weights)
159 def test_clone_functional_model(self, share_weights): argument
160 if share_weights:
162 keras.models._clone_functional_model, layer_fn=models.share_weights)
225 def test_clone_functional_with_masking(self, share_weights): argument
226 if share_weights:
228 keras.models._clone_functional_model, layer_fn=models.share_weights)
318 def test_functional_cloning_with_tensor_kwarg(self, share_weights): argument
[all …]
Dmodels.py56 def share_weights(layer): function
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py727 model, input_tensors=inputs, layer_fn=models.share_weights)
730 model, input_tensors=inputs, layer_fn=models.share_weights)