提交 68cc4388 编写于 作者: W Wilsin Gosti 提交者: TensorFlower Gardener

#tf.data Log `tf.data.Options` used to ease debugging.

PiperOrigin-RevId: 564518057
上级 4551e3ef
......@@ -59,7 +59,6 @@ inline int64_t value_or_default(int64_t x, int64_t y, int64_t z) {
}
void SetRootDatasetParams(const Options& options, RootDataset::Params* params) {
LOG(INFO) << "`tf.data.Options` values set are " << options.DebugString();
if (ShouldConfigureMaxIntraOpParallelism(options)) {
params->max_intra_op_parallelism =
options.threading_options().max_intra_op_parallelism();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册