Exclude python so that the generator doesn't recurse into it.
PiperOrigin-RevId: 265158620
This commit is contained in:
parent
a8b7a90538
commit
2fce6eaf6d
@ -124,7 +124,7 @@ if tf.__version__.startswith('1'):
|
|||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
PRIVATE_MAP = {}
|
PRIVATE_MAP = {}
|
||||||
DO_NOT_DESCEND_MAP = {}
|
DO_NOT_DESCEND_MAP = {'tf': ['python']}
|
||||||
tf.__doc__ = """
|
tf.__doc__ = """
|
||||||
## TensorFlow 2.0 RC
|
## TensorFlow 2.0 RC
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user