Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6478 Discussions

Que for ops aten::view_as_complex, aten::view_as_real, prim::TupleUnpack

Pratikkuma_P_Intel
301 Views

 

Looks like some of the ops are in implemented in Pytorch frontend, e.g. aten::view_as_complex, aten::view_as_real, prim::TupleUnpack

I guess TupleUnpack is very common op. src/frontends/pytorch/src/op_table.cpp shows
// prim::TupleUnpack - Supported in limited set of patterns

Its commented out. There is also PrimTupleUnpackReplacer() function. Does that mean TupleUnpack op is being replaced while building the graph? Any inputs?

If TupleUnpack being replaced by some other op, i am wondering why its not being replaced in my model! Is there any thing i need to trigger?

0 Kudos
3 Replies
Iffa_Intel
Moderator
269 Views

Hi,


could you clarify:

  1. Which OpenVINO sample app are you using for the mentioned issue?
  2. I believe you are using PyTorch model, are you trying to convert that model into OpenVINO format?



Cordially,

Iffa


0 Kudos
Iffa_Intel
Moderator
199 Views

Hi,


Thank you for your question. If you need any additional information from Intel, please submit a new question as Intel is no longer monitoring this thread. 


Cordially,

Iffa


0 Kudos
Iffa_Intel
Moderator
198 Views

..


0 Kudos
Reply