Enable test case for float64 with conv1d (#19179)
authorYong Tang <yong.tang.github@outlook.com>
Wed, 9 May 2018 15:55:19 +0000 (08:55 -0700)
committerRasmus Munk Larsen <rmlarsen@google.com>
Wed, 9 May 2018 15:55:19 +0000 (08:55 -0700)
commitc317afd07eb11abe416080cdced9ec00198dbbb0
tree54bf2de8fe1951f26c78f49d79de7abf766cc515
parentf8b74d642420dcf2f5cab763b41884a05777ea45
Enable test case for float64 with conv1d (#19179)

The float64 for conv2d support has been added to tensorflow
in e3468b56d323783fdfb79fa2d6c24effc58bcaa9. (Thanks brianwa84!)
Since conv1d implementation invokes conv2d, the float64 support
for conv1d is supported now as well.

This fix adds the test case for float64 support of conv1d and
removes the TODO.

This fix fixes 19175.

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