Skip to content

Commit e8db06e

Browse files
authored
Merge pull request #32 from Microsoft/kezhan/op_spec_fix
fix output type specification for ConvInteger
2 parents 7780fd6 + ab4d4e1 commit e8db06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/contrib_ops/contrib_ops.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ The integer convolution operator consumes an input tensor, a filter, and a paddi
277277
"Output data tensor that contains the result of the "
278278
"convolution. The output dimensions are functions "
279279
"of the kernel size, stride size, and pad lengths.",
280-
"T1")
280+
"T3")
281281
.TypeConstraint("T1", {"tensor(int8)", "tensor(uint8)"}, "Constrain input X and Z data types as 8-bit integer tensors")
282282
.TypeConstraint("T2", {"tensor(int8)", "tensor(uint8)"}, "Constrain input W data types as 8-bit integer tensor")
283283
.TypeConstraint("T3",

0 commit comments

Comments
 (0)