Skip to content

Commit c97602f

Browse files
authored
Update FEATURES.md
refine custom quantization assignment
1 parent 2b060eb commit c97602f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

FEATURES.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,15 @@ squeeze_deconv_layer
124124

125125

126126
## Custom Quantization related
127-
input_scale, input_zero_point, output_scale, output_zero_point, weight_scale, weight_zero_point, bias_scale, bias_zero_point in ConvolutionParameter and InnerProductParameter
128-
input_scale, input_zero_point, output_scale, output_zero_point in SoftmaxParameter and SqueezeConvolutionParameter
129-
input_zero_point, output_scale, output_zero_point in EltwiseParameter
127+
+ input_scale, input_zero_point, output_scale, output_zero_point, weight_scale, weight_zero_point, bias_scale, bias_zero_point in
128+
ConvolutionParameter
129+
InnerProductParameter
130+
+ input_scale, input_zero_point, output_scale, output_zero_point in
131+
ConcatParameter
132+
EltwiseParameter
133+
PoolingParameter
134+
SigmoidParameter
135+
SoftmaxParameter
130136

131137

132138
## evquantize related (only valid for CUDA forwards implementation)

0 commit comments

Comments
 (0)