Hi Hanh, thanks.
The receptive field for a single neuron is a function of its layer parameters - kernel size, stride, pad etc. And in case of many layers, applied recursively. There is no built-in function to show it, but you can extract the information from the config file and follow the instructions form
this online resource.