Cvqnn_layers_all Pennylane 0.18

HI all! I want to reproduce one code which was written in Pennylane 0.18 and they used cvqnn_layers_all(n_layers, n_wires, seed=None)[source] ¶. Creates a list of all eleven parameter arrays for CVNeuralNetLayers().

And now I am getting an error when I want to cvqnn_layers_all convert to Pytoch Tensor?

Is there any alternative method to convert list to tensor in new releases?

Thank you!

This question is being addressed in this thread. So we can continue the conversation there.