提交 367ea1a9 编写于 作者: J Jay Shi 提交者: TensorFlower Gardener

[tf.data] Increase the rollout percentage of `disable_intra_op_parallelism` to 5.

PiperOrigin-RevId: 328182943
Change-Id: I5e5784a9185742f2f1d114d69f23c3d1da412b3f
上级 3f1d45e9
......@@ -84,7 +84,7 @@ void OptimizeDatasetOp::MakeDataset(OpKernelContext* ctx, DatasetBase* input,
// of the jobs, the experiments will be randomly turned on.
// clang-format off
absl::flat_hash_map<string, uint64> live_experiments = {
{"disable_intra_op_parallelism", 1}
{"disable_intra_op_parallelism", 5}
};
// clang-format on
auto hash_func = [](const string& str) { return Hash64(str); };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册