How to convert adaptive_avg_pool2d to tensorflow or keras

I want to convert the pytorch code to keras, adaptive_avg_pool2d(x,[14, 14]), for this method, don’t know how to convert it to tensorflow or keras. Anyone can help? Thanks in advance.