Closed karlhigley closed 1 year ago
This PR adds a new Subgraph op that can contain a graph of operators and can be fetched from Graph that contains it by name (e.g. graph.subgraph("user")).
Subgraph
Graph
graph.subgraph("user")
https://nvidia-merlin.github.io/core/review/pr-334
This PR adds a new
Subgraph
op that can contain a graph of operators and can be fetched fromGraph
that contains it by name (e.g.graph.subgraph("user")
).