Skip to content

Commit 859cd49

Browse files
Dan Moldovantensorflower-gardener
authored andcommitted
Fix breakage: conversion of tf.data was allowed too soon and broke the autograph notebook.
PiperOrigin-RevId: 250764059
1 parent 606cfac commit 859cd49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tensorflow/python/autograph/core/config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
# This list is evaluated in order and stops at the first rule that tests True
2929
# for a definitely_convert of definitely_bypass call.
3030
CONVERSION_RULES = (
31-
Convert('tensorflow.python.data.ops'),
32-
3331
DoNotConvert('tensorflow'),
3432

3533
# TODO(b/133417201): Remove.

0 commit comments

Comments
 (0)