We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b1a28 commit 1590615Copy full SHA for 1590615
src/caffe/proto/caffe.proto
@@ -2540,6 +2540,8 @@ message SoftmaxParameter {
2540
optional int32 axis = 2 [default = 1];
2541
optional double input_scale = 3 [default = 1]; //CUSTOMIZATION
2542
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
2545
}
2546
2547
message LogSoftmaxParameter {
0 commit comments