--enable_single_stream

Description

Limits a model to use only one stream.

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