Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/
Dmodels_test.py162 keras.models._clone_functional_model, layer_fn=models.share_weights)
228 keras.models._clone_functional_model, layer_fn=models.share_weights)
279 keras.models._clone_functional_model(seq_model)
281 keras.models._clone_functional_model(None)
Dmodels.py133 def _clone_functional_model(model, input_tensors=None, layer_fn=_clone_layer): function
435 return _clone_functional_model(
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py729 updated_model = models._clone_functional_model(