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.py103 self, input_shape, add_input_layer, share_weights): argument
151 def test_clone_functional_model(self, share_weights): argument
212 def test_clone_functional_with_masking(self, share_weights): argument
Dmodels.py53 def _clone_functional_model(model, input_tensors=None, share_weights=False): argument
175 def _clone_sequential_model(model, input_tensors=None, share_weights=False): argument