[TF:XLA] Make noinline function work with control flow.
1) Make the local function library for control flow self-contained. The control flow function could refer to a noinline function not defined in the local library. Copy the missing FunctionDefs from the glocal library to the local one. 2) Fix the index used to get the output shapes for functional nodes. PiperOrigin-RevId: 196922649
Loading
Please sign in to comment