Is there a way in Python that I can create a ‘subgraph’ from a Tensor Expression? In particular, I have a large TE graph containing many operators and would like to lower only a small subgraph from within it. I’d expect all the inputs to the subgraph to be replaced with equivalent placeholder tensors.
Thanks