Vladimir Uzelac

Results 3 issues of Vladimir Uzelac

Hi @mciprian13, `createChannelwiseQuantizedConv` arguments `quantizeFilter `and `quantizeBias` are set to false. But OperatorTest is setting them to true and also CPU LLVMIRGen is not supporting float filter/bias. Should these flags...

For image processing, customers sometimes use models w/o batch (3D image) and we would like to add support for this. In our case, all the models always come with Unsqueeze...

@jfix71 @rdzhabarov For a long time, we are maintaining our batch normalization code along with the generic one. It became very cumbersome, given the addition of NUMPY & PPM loaders,...