Skip to content

Commit

Permalink
[tf.data] Roll out the optimization use_private_thread_pool to 50% …
Browse files Browse the repository at this point in the history
…of Borg jobs.

PiperOrigin-RevId: 365588335
Change-Id: I08fba67926f9314d24eff6695106f471492ed17d
  • Loading branch information
jayxiaojieshi authored and tensorflower-gardener committed Mar 29, 2021
1 parent befa00c commit 8a7a62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/kernels/data/optimize_dataset_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ std::vector<tstring> SelectOptimizationsHelper(
// clang-format off
absl::flat_hash_map<string, uint64> live_experiments = {
{"enable_gradient_descent", 0},
{"use_private_thread_pool", 20}
{"use_private_thread_pool", 50}
};
// clang-format on
auto hash_func = [](const string& str) { return Hash64(str); };
Expand Down

0 comments on commit 8a7a62c

Please sign in to comment.