From 0514e9e1c2cf3ae07ca8c455e6ba89ff312c73a6 Mon Sep 17 00:00:00 2001 From: luoyu-intel Date: Wed, 15 Nov 2023 16:40:55 +0800 Subject: [PATCH] fix format --- onnxruntime/core/graph/contrib_ops/contrib_defs.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/onnxruntime/core/graph/contrib_ops/contrib_defs.cc b/onnxruntime/core/graph/contrib_ops/contrib_defs.cc index d345edff68ddd..ff045e05ec0ba 100644 --- a/onnxruntime/core/graph/contrib_ops/contrib_defs.cc +++ b/onnxruntime/core/graph/contrib_ops/contrib_defs.cc @@ -2009,7 +2009,6 @@ no offset })); #endif - constexpr const char* TransposeMatMul_doc = R"DOC( Duplicate of FusedMatMul. Going forward FusedMatMul should be used. This OP will be supported for backward compatibility. Matrix product that behaves like numpy.matmul: https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.matmul.html