Clone any `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. Arguments: model: Instance of `Model` (could be a functional model or a Seq
(model, input_tensors=None, clone_function=None)
source not stored for this graph (policy: none)
no test coverage detected