From 115e71e5eca4f3ee019b74e496ad0b15afc92baf Mon Sep 17 00:00:00 2001 From: Hector Li Date: Tue, 29 Oct 2024 16:03:36 -0700 Subject: [PATCH] format fix --- docs/execution-providers/QNN-ExecutionProvider.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/execution-providers/QNN-ExecutionProvider.md b/docs/execution-providers/QNN-ExecutionProvider.md index 2e8a6f3244744..7f9ec78d2be5f 100644 --- a/docs/execution-providers/QNN-ExecutionProvider.md +++ b/docs/execution-providers/QNN-ExecutionProvider.md @@ -519,8 +519,8 @@ To enable new operator support in EP, areas to visit: 3.2 NHWC op schema registered? Example error message: ::operator ()] Model face_det_qdq failed to load:Fatal error: com.ms.internal.nhwc:BatchNormalization(9) is not a registered function/op -Example PR: https://github.com/microsoft/onnxruntime/pull/15278 +[Example PR](https://github.com/microsoft/onnxruntime/pull/15278) Example PRs to enable new operators: Non-layout sensitive operator. [Enable Hardsigmoid for QNN EP using SDK support direct support](https://github.com/microsoft/onnxruntime/pull/20956) -Layout sensitive operator. [Add InstanceNormalization operator to QNN EP])(https://github.com/microsoft/onnxruntime/pull/14867) \ No newline at end of file +Layout sensitive operator. [Add InstanceNormalization operator to QNN EP](https://github.com/microsoft/onnxruntime/pull/14867) \ No newline at end of file