Move padding layer function out of inception block module
Currently, the custom padding layer (SymPad, RefPad) is a static method within inception_model.py. Instead, it should be shifted to advanced_padding, as those layers might also be used outside of inception blocks. (Remember to adjust the tests accordingly)