glow
glow copied to clipboard
[CPU] Remove the need for Rescale for the CPUMaxSplat
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.
I would like to work on this issue. Can you give me a little more context as i am confused with CPUMaxSplat.