Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586766512
  • Loading branch information
jimlinntu authored and tensorflower-gardener committed Nov 30, 2023
1 parent 14b2403 commit 2b918e2
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 @@ -1006,7 +1006,7 @@ REGISTER_DATASET_EXPERIMENT("no_compression", RandomJobSamplePercentage<50>,
REGISTER_DATASET_EXPERIMENT("inject_io_prefetch", RandomJobSamplePercentage<0>,
AllTasks);
REGISTER_DATASET_EXPERIMENT("reduce_array_record_dataset_memory_usage",
RandomJobSamplePercentage<0>, AllTasks);
RandomJobSamplePercentage<1>, AllTasks);
REGISTER_DATASET_EXPERIMENT("map_fusion", RandomJobSamplePercentage<0>,
AllTasks);
} // namespace
Expand Down

0 comments on commit 2b918e2

Please sign in to comment.