Christopher Harth-Kitzerow
Christopher Harth-Kitzerow
I think it would be cool to add a social distance checker and display bounding boxes of those persons in a different color. Or some other integration that can visualize...
Does ABY have SIMD or Multithreading support? If so, how can I evaluate multiple inependent multiplications like in this example more efficiently? Also, what's the API for AND gates instead...
I am trying to implement 2D Convolutions for NCHW Row-Major images, kernels and outputs. According to the documentation for `implicit_gemm_convolution` only NHWC inputs are supported with a mix of row-major...
Hi, I would like to better understand the tradeoffs between using built-in floating point kernels like in CryptGpu and utilizing the custom integers kernels of Piranha. I know there is...
Defining the following architectures for LeNet and AlexNet (as used by CryptGPU) result in an error on size mismatch on layer 4 even though the architectures run in other frameworks....