Transpose convolution

Regarding the transpose convolution,

Hi I want to know how the transpose convolution operation works in tensorflow framework for this version:
How to use the UpSampling2D and Conv2DTranspose Layers in Keras. Is the implementation of transpose convolution = upsampling layer + convolution used directly or any changes were made?