microsoft/onnxscript

[IR] Implement higher level graph editing APIs as convenience functions

Open

#672 ouverte le 25 avr. 2023

Voir sur GitHub
 (5 commentaires) (0 réactions) (1 assigné)Python (117 forks)auto 404
contribution welcomegood first issuemodule: IRtopic: graph transform

Métriques du dépôt

Stars
 (445 stars)
Métriques de merge PR
 (Métriques PR en attente)

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

Guide contributeur