Skip to content

Commit 0302286

Browse files
committed
Merge branch 'development' of https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe into development
2 parents c49294f + c97602f commit 0302286

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)