Skip to content

Commit

Permalink
Remove blocked quantiation from the old opset of DequantizeLinear
Browse files Browse the repository at this point in the history
Signed-off-by: isdanni <leedanni@gmail.com>
  • Loading branch information
isdanni committed May 6, 2024
1 parent ba939b5 commit ce11acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onnx/defs/quantization/old.cc
Expand Up @@ -110,8 +110,8 @@ ONNX_OPERATOR_SET_SCHEMA(
.Output(0, "y", "N-D full precision output tensor. It has same shape as input 'x'.", "T2")
.Attr(
"axis",
"(Optional) The axis of the dequantizing dimension of the input tensor. Used only for per-axis and blocked "
"quantization. Negative value means counting dimensions from the back. Accepted range is `[-r, r-1]` "
"(Optional) The axis of the dequantizing dimension of the input tensor. Used only for per-axis quantization. "
"Negative value means counting dimensions from the back. Accepted range is `[-r, r-1]` "
"where `r = rank(input)`. When the rank of the input is 1, per-tensor quantization is applied, "
"rendering the axis unnecessary in this scenario.",
AttributeProto::INT,
Expand Down

0 comments on commit ce11acd

Please sign in to comment.