Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX] Scan outputs for onnx.Loop #3988

Open
javidcf opened this issue Jan 28, 2025 · 1 comment
Open

[ONNX] Scan outputs for onnx.Loop #3988

javidcf opened this issue Jan 28, 2025 · 1 comment

Comments

@javidcf
Copy link

javidcf commented Jan 28, 2025

The current implementation for onnx.Loop operator (PR #3408) does not support scan outputs. These are additional outputs that are concatenated across all iterations (see operator spec for more information).

@javidcf
Copy link
Author

javidcf commented Jan 29, 2025

Example of loop with a scan output:
onnx_loop_with_scan_outputs_example.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant