Skip to content

Commit

Permalink
#tf-data Turn up map_fusion experiment to 50% task-level.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 642383235
  • Loading branch information
mpcallanan authored and tensorflower-gardener committed Jun 11, 2024
1 parent 431e033 commit a415715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/data/dataset_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ REGISTER_DATASET_EXPERIMENT("no_compression_v2", RandomJobSamplePercentage<50>,
AllTasks);
REGISTER_DATASET_EXPERIMENT("inject_io_prefetch", RandomJobSamplePercentage<0>,
AllTasks);
REGISTER_DATASET_EXPERIMENT("map_fusion", RandomJobSamplePercentage<1>,
REGISTER_DATASET_EXPERIMENT("map_fusion", RandomJobSamplePercentage<50>,
IndependentHostTasks);
} // namespace
} // namespace data
Expand Down

0 comments on commit a415715

Please sign in to comment.