brevitas
brevitas copied to clipboard
Custom 3dconv quantization function
Hi, i want to implment the 3dConv quantization function by using a morph of the QuantConv2d function in brevitas. But I was wondering if it would still work to generate onnx files and deploy them correctly to FPGA.
#805 introduces a QuantConv3d layer.