- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm currently experimenting with heterogeneous compilation. I noticed that the documentation on heterogeneous execution mentions being able to visualize model graphs with this mode.
However, I'm not sure how to "enable OPENVINO_HETERO_VISUALIZE"? I tried setting this variable via export OPENVINO_HETERO_VISUALIZE=True in my terminal but it didn't change anything.
I tried googling this further but came up with no results. I'm using the method provided on this page:
def visualize_example(m : ov.Model):
# Need import:
# * import openvino.runtime.passes as passes
pass_manager = passes.Manager()
pass_manager.register_pass(passes.VisualizeTree(file_name='image.svg'))
pass_manager.run_passes(m)
Thanks,
ayf7
- Tags:
- hetero
- visualization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Generally, Heterogeneous execution can be used with the -d argument.
We'll get back to you with more details regarding OPENVINO_HETERO_VISUALIZE execution.
Cordially,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
to enable the OPENVINO_HETERO_VISUALIZE, you need to set this variable to a certain value which you may refer to this code
e.g.
export OPENVINO_HETERO_VISUALIZE=1
Cordially,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Cordially,
Iffa

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