--enable_single_stream
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
√ |
Description
Sets whether to enable single-stream serial execution of model inference in the static shape scenario.
Streams preserve the order of a stack of asynchronous operations being executed on the device.
See Also
None
Arguments
Arguments:
- true: enabled
- false: disabled
Default: false
Suggestions and Benefits
None
Examples
--enable_single_stream=true
Dependencies and Restrictions
None
Parent topic: Advanced Functionality