[tf.data] Fix a possible collision of performance modeling identifiers.
PiperOrigin-RevId: 245790338
This commit is contained in:
parent
eddf4efbc5
commit
d8c82221f0
@ -471,8 +471,9 @@ class GroupByWindowDatasetOp : public UnaryDatasetOpKernel {
|
||||
GetDatasetFromVariantTensor(return_values[0], &returned_dataset));
|
||||
|
||||
// Create an iterator for the dataset that was returned by `f`.
|
||||
return returned_dataset->MakeIterator(ctx, prefix(),
|
||||
¤t_group_iterator_);
|
||||
return returned_dataset->MakeIterator(
|
||||
ctx, strings::StrCat(prefix(), "::Reduce"),
|
||||
¤t_group_iterator_);
|
||||
}
|
||||
|
||||
mutex mu_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user