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

[pull] master from google-ai-edge:master #709

Merged
merged 1 commit into from
Mar 14, 2025

Conversation

pull[bot]
Copy link

@pull pull bot commented Mar 14, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

Inputs of Graph builder nodes from now on have an additional method to mark them as back edges:
```
node.In("INPUT").AsBackEdge()
```
Similarly to `SetName()` it returns the reference to the input and can be used as:
```
node.In("INPUT").AsBackEdge().SetName("in")
```

PiperOrigin-RevId: 736618624
@pull pull bot added the ⤵️ pull label Mar 14, 2025
@pull pull bot merged commit 3d99cd3 into kp-forks:master Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants