Clone a `Sequential` 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 `Sequential`. input_tensors: optional li
(model, input_tensors=None, layer_fn=_clone_layer)
source not stored for this graph (policy: none)
no test coverage detected