What is the difference between enqueue v1 and v2? #476
-
Hello You wrote the example below as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The enqueue() method has been deprecated when used with engines built from a network created with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag. Please use enqueueV2() instead. |
Beta Was this translation helpful? Give feedback.
The enqueue() method has been deprecated when used with engines built from a network created with NetworkDefinitionCreationFlag::kEXPLICIT_BATCH flag. Please use enqueueV2() instead.
Also, the batchSize argument passed into this function has no effect on changing the input shapes. Please use setBindingDimensions() function to change input shapes instead.