From 7a16434aaad54e5e2575ee7d7e913fc8b5794801 Mon Sep 17 00:00:00 2001 From: Satya Jandhyala Date: Tue, 3 Oct 2023 12:44:13 -0700 Subject: [PATCH] Fixed doc text. --- onnxruntime/core/graph/contrib_ops/contrib_defs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",