diff --git a/onnxruntime/core/graph/contrib_ops/contrib_defs.cc b/onnxruntime/core/graph/contrib_ops/contrib_defs.cc index 4f836e50b2b74..dbb5a67bf91d1 100644 --- a/onnxruntime/core/graph/contrib_ops/contrib_defs.cc +++ b/onnxruntime/core/graph/contrib_ops/contrib_defs.cc @@ -1408,7 +1408,7 @@ activation.)DOC") ONNX_MS_OPERATOR_SET_SCHEMA(FusedConvTranspose, 1, OpSchema() .SetDoc(R"DOC( -The fused convolution operator schema is the same as Conv besides it includes an attribute +The fused convolution transpose operator schema is the same as ConvTranspose besides it includes an attribute activation.)DOC") .Attr( "auto_pad",