I have tried to blend two models using something like the #63 tool without success (it is not possible to add nodes from one graph to another one).
Is there an optimal way to do something similar to what onnx.compose.merge_models
does?
Also, I want to know if there is possible to convert an ir_model into an ir.tape.Tape ? I would like this to make more ease the model merge, removing the dependency to have a graph for each node (initializers are stored into ir.tape._initializers
)