Skip to content

What is the difference between enqueue v1 and v2? #476

Answered by YoungjaeDev
YoungjaeDev asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by YoungjaeDev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant