Add Pad Implementation
We need to add an implementation for the Pad operator to fix aidge#131 (closed).
Note: CUDA implementation can be found in the N2D2 code, here for the kernel and here for an example on how to call the kernel: https://github.com/CEA-LIST/N2D2/blob/master/src/Cell/PaddingCell_Frame_CUDA.cpp#L83
To create the implementation of the Pad kernel, I would recommand to follow what have been done for the FC kernel:
Edited by Cyril Moineau