glow icon indicating copy to clipboard operation
glow copied to clipboard

[CPU] Remove the need for Rescale for the CPUMaxSplat

Open mciprian13 opened this issue 5 years ago • 1 comments

Currently the CPUMaxSplat assumes in/out quantization parameters are the same and so a RescaleNode is pulled from the CPUMaxSplat to make the quantization parameters match. The implementation should be changed to not need the Rescale. Also the Relu implementation maybe should be removed and replaced with the CPUMaxSplat once modified. This is a follow up from #4491.

mciprian13 avatar Jul 07 '20 17:07 mciprian13

I would like to work on this issue. Can you give me a little more context as i am confused with CPUMaxSplat.

xonx4l avatar Jun 14 '23 05:06 xonx4l