requantization layers cannot be added directly following a rectified linear layer because the reluLayer class does not support it. To support this add rq_scale_factor class variables and update them in the save layer function
requantization layers cannot be added directly following a rectified linear layer because the reluLayer class does not support it.
To support this add rq_scale_factor class variables and update them in the save layer function