Skip to content

Commit

Permalink
Merge commit for internal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeif committed Apr 20, 2018
2 parents f10bb9a + cb23d32 commit 6d68de1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@

flags = doc_generator.parse_known_args()

# Suppress documentation of some symbols that users should never use.
del tf.layers.Layer.inbound_nodes
del tf.layers.Layer.outbound_nodes

# tf_debug is not imported with tf, it's a separate module altogether
doc_generator.set_py_modules([('tf', tf), ('tfdbg', tf_debug)])

Expand Down

0 comments on commit 6d68de1

Please sign in to comment.