mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-22 22:01:08 +00:00
parent
6c1b2f33b7
commit
51d78bc5e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue