Convolutional Layer with FHE

Oh! I am not aware of any “custom” packing method in OpenFHE.

You might be interested in this implementation, which packs the image simply row-wise. The weighs of the filters, though, have a more complex packing that is done as part of pre-processing (so, in the end, they are encoded using the native openfhe functions).