Initial implementation of IF control flow op
* Properly support dynamic tensor use cases. The output of IF is dynamic if: (1) Any subgraph is dynamic (2) 2 subgraphs are both static, but has different output shapes * Not optimized yet. Currently copying input/output tensors between subgraphs. PiperOrigin-RevId: 231861155
Loading
Please sign in to comment