Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dmodels_test.py102 self, input_shape, add_input_layer, share_weights): argument
159 def test_clone_functional_model(self, share_weights): argument
225 def test_clone_functional_with_masking(self, share_weights): argument
318 def test_functional_cloning_with_tensor_kwarg(self, share_weights): argument
Dmodels.py56 def share_weights(layer): function