[XLA] Remove use of DeconstructTuple from MakeFakeArgumentsOrDie.
DeconstructTuple doesn't support nested tuples yet, so MakeFakeArgumentsOrDie failed if any of the arguments were tuple-shaped. But we don't really need it here anyway, just build the arguments one-by-one. PiperOrigin-RevId: 214671374
Loading
Please sign in to comment