Skip to content

Conversation

@VaishnaviOnPC
Copy link

Details:

  • prim::tolist is treated as a no-op since OpenVINO IR does not model Python list semantics.
  • prim::is_nested is resolved at conversion time and lowered to a constant false, as OpenVINO does not support nested tensors.

Tickets:

Fixes #29342

Testing

  • Build completed successfully on Windows (MSVC).

@VaishnaviOnPC VaishnaviOnPC requested a review from a team as a code owner February 9, 2026 19:39
@github-actions github-actions bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: PyTorch FE OpenVINO PyTorch Frontend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Good First Issue]: Support prim::is_nested, prim::tolist

1 participant