Remove call to std::random_shuffle.
std::random_shuffle is removed in C++17, and is causing TF to be not buildable in such configurations. Helps with Issue #23561 PiperOrigin-RevId: 231984187
Loading
Please sign in to comment
std::random_shuffle is removed in C++17, and is causing TF to be not buildable in such configurations. Helps with Issue #23561 PiperOrigin-RevId: 231984187