microsoft/onnxscript
View on GitHub[IR] Implement higher level graph editing APIs as convenience functions
Open
#672 opened on Apr 25, 2023
contribution welcomegood first issuemodule: IRtopic: graph transform
Repository metrics
- Stars
- (445 stars)
- PR merge metrics
- (PR metrics pending)
Description
Implement Value based operations under ir/_convenience.py
Compose: Add subgraph to graph
Insert: Add subgraph in between nodes
Remove: Take subgraph out from graph
Replace: Replace subgraph with another subgraph