[tf.data] Increase the roll out percentage of optimization map_parallelization to 100%.

PiperOrigin-RevId: 343870179
Change-Id: I0fff3616e045149a883c3c9eb6538400ba2f7a4c
This commit is contained in:
Jay Shi 2020-11-23 09:50:07 -08:00 committed by TensorFlower Gardener
parent 1da597f01d
commit e2de99a4e3

View File

@ -85,7 +85,7 @@ void OptimizeDatasetOp::MakeDataset(OpKernelContext* ctx, DatasetBase* input,
// clang-format off
absl::flat_hash_map<string, uint64> live_experiments = {
{"enable_gradient_descent", 0},
{"map_parallelization", 50}
{"map_parallelization", 100}
};
// clang-format on
auto hash_func = [](const string& str) { return Hash64(str); };