Fix warning in tf.nn ops where squeeze_dims was used with tf.squeeze
authorYong Tang <yong.tang.github@outlook.com>
Sun, 22 Apr 2018 17:53:10 +0000 (17:53 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Sun, 22 Apr 2018 17:53:10 +0000 (17:53 +0000)
commit8cdc752227af998da946decc9365d63bcaa7f184
treec08e2dcda569e036930e81ab673e5ddffb92d488
parent100b6000d4d04a344a1516578f724e46cdede5e1
Fix warning in tf.nn ops where squeeze_dims was used with tf.squeeze

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/python/ops/nn_impl.py