mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
fix output type specification for ConvInteger
This commit is contained in:
parent
573a9aba3c
commit
ab4d4e1ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue