HungYangChang commented on pull request #9751:
URL: https://github.com/apache/tvm/pull/9751#issuecomment-1042547954


   This is a follow-up question from the last question.
   
   After re-reading your code,
   
   
![image](https://user-images.githubusercontent.com/70759685/154401276-60ec3f4d-89f2-4f86-9f3b-6813b6509a73.png)
   
   I notice you created **data** as batch data for pipeline computation and 
feed data into the pipeline module.
   data: 
   [array([[3., 3., 3.],
          [3., 3., 3.],
          [3., 3., 3.]], dtype=float32), array([[4., 4., 4.],
          [4., 4., 4.],
          [4., 4., 4.]], dtype=float32), array([[5., 5., 5.],
          [5., 5., 5.],
          [5., 5., 5.]], dtype=float32), array([[6., 6., 6.],
          [6., 6., 6.],
          [6., 6., 6.]], dtype=float32), array([[7., 7., 7.],
          [7., 7., 7.],
          [7., 7., 7.]], dtype=float32)]
   
   I am wondering does it means the pipeline executor executes these 5 multiple 
stream inputs one by one in pipeline format to utilize the advantage of the 
pipeline executor? 
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to