mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Initial commit (#9933)
This commit is contained in:
parent
a0f76fe1a8
commit
24dcd7334b
1 changed files with 5 additions and 0 deletions
|
|
@ -78,6 +78,11 @@ Whether to do copies in the default stream or use separate streams. The recommen
|
|||
|
||||
Default value: true
|
||||
|
||||
### cudnn_conv_use_max_workspace
|
||||
Check [tuning performance for convolution heavy models](../performance/tune-performance.md#convolution-heavy-models-and-the-cuda-ep) for details on what this flag does.
|
||||
|
||||
Default value: 0
|
||||
|
||||
## Samples
|
||||
|
||||
### Python
|
||||
|
|
|
|||
Loading…
Reference in a new issue