Export module comments for tf.experimental.numpy.

PiperOrigin-RevId: 321913264
Change-Id: Idf5deae8e3c0c8ffa485a1883ca87108cdb3664e
This commit is contained in:
A. Unique TensorFlower 2020-07-17 22:47:10 -07:00 committed by TensorFlower Gardener
parent e84364f038
commit bed7093667

View File

@ -47,6 +47,7 @@ _TENSORFLOW_DOC_SOURCES = {
'distributions': DocSource(
docstring_module_name='ops.distributions.distributions'),
'errors': DocSource(docstring_module_name='framework.errors'),
'experimental.numpy': DocSource(docstring_module_name='ops.numpy_ops'),
'gfile': DocSource(docstring_module_name='platform.gfile'),
'graph_util': DocSource(docstring_module_name='framework.graph_util'),
'image': DocSource(docstring_module_name='ops.image_ops'),