How to separate each neuron's weights and bias values for convolution and fc layers?

Thank you for the reply. If we have a fully connected network, as shown in the following figure Network

Then each neuron can be described as
Neuron

I want to access the weights and biases for each neuron. And my network has convolutional layers also. Kindly let me know if you need more details.