From 51d78bc5e607ce2af29ecd27ca145a9efeec94a4 Mon Sep 17 00:00:00 2001 From: Dwayne Robinson Date: Mon, 1 Jun 2020 16:49:17 -0700 Subject: [PATCH] Fix DML EP doc link to C API (#4105) Path used "\" instead of "/". --- docs/execution_providers/DirectML-ExecutionProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/execution_providers/DirectML-ExecutionProvider.md b/docs/execution_providers/DirectML-ExecutionProvider.md index 547e041208..ce6268b16f 100644 --- a/docs/execution_providers/DirectML-ExecutionProvider.md +++ b/docs/execution_providers/DirectML-ExecutionProvider.md @@ -91,7 +91,7 @@ The DirectML execution provider does not support the use of memory pattern optim If using the onnxruntime C API, you must call `DisableMemPattern` and `SetSessionExecutionMode` functions to set the options required by the DirectML execution provider. -See [onnxruntime\include\onnxruntime\core\session\onnxruntime_c_api.h](..\..\include\onnxruntime\core\session\onnxruntime_c_api.h). +See [onnxruntime\include\onnxruntime\core\session\onnxruntime_c_api.h](../../include/onnxruntime/core/session/onnxruntime_c_api.h). OrtStatus*(ORT_API_CALL* DisableMemPattern)(_Inout_ OrtSessionOptions* options)NO_EXCEPTION;