Clone a functional `Model` instance. Model cloning is similar to calling a model on new inputs, except that it creates new layers (and thus new weights) instead of sharing the weights of the existing layers. Input layers are always cloned. Arguments: model: Instance of `Model`.
(model, input_tensors=None, layer_fn=_clone_layer)
source not stored for this graph (policy: none)
no test coverage detected