microsoft/onnxscript

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

Open

#672 aberto em 25 de abr. de 2023

Ver no GitHub
 (5 comments) (0 reactions) (1 assignee)Python (117 forks)auto 404
contribution welcomegood first issuemodule: IRtopic: graph transform

Métricas do repositório

Stars
 (445 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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

Guia do colaborador