Skip to content

Commit 1590615

Browse files
committed
add in/output zero-point param for softmax
1 parent 74b1a28 commit 1590615

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/caffe/proto/caffe.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,6 +2540,8 @@ message SoftmaxParameter {
25402540
optional int32 axis = 2 [default = 1];
25412541
optional double input_scale = 3 [default = 1]; //CUSTOMIZATION
25422542
optional double output_scale = 4 [default = 1]; //CUSTOMIZATION
2543+
optional int32 input_zero_point = 5 [default = 0]; //CUSTOMIZATION
2544+
optional int32 output_zero_point = 6 [default = 0]; //CUSTOMIZATION
25432545
}
25442546

25452547
message LogSoftmaxParameter {

0 commit comments

Comments
 (0)