Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[xla-auto-sharding] Fix potential dangling pointer (reference) bug.
Note: - The scaled request object is allocated on the stack when `ScaleRequest` is called, but then it goes out of scope. - This change should be equally performant due to return value optimization. PiperOrigin-RevId: 705277876
- Loading branch information