Skip to content

Commit

Permalink
Merge pull request #32 from Microsoft/kezhan/op_spec_fix
Browse files Browse the repository at this point in the history
fix  output type specification for ConvInteger
  • Loading branch information
linkerzhang authored Nov 29, 2018
2 parents 7780fd6 + ab4d4e1 commit e8db06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/contrib_ops/contrib_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ The integer convolution operator consumes an input tensor, a filter, and a paddi
"Output data tensor that contains the result of the "
"convolution. The output dimensions are functions "
"of the kernel size, stride size, and pad lengths.",
"T1")
"T3")
.TypeConstraint("T1", {"tensor(int8)", "tensor(uint8)"}, "Constrain input X and Z data types as 8-bit integer tensors")
.TypeConstraint("T2", {"tensor(int8)", "tensor(uint8)"}, "Constrain input W data types as 8-bit integer tensor")
.TypeConstraint("T3",
Expand Down

0 comments on commit e8db06e

Please sign in to comment.