- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
could you clarify:
- Which OpenVINO sample app are you using for the mentioned issue?
- I believe you are using PyTorch model, are you trying to convert that model into OpenVINO format?
Cordially,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
..

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page