Commit e9831da4 authored by Yong Tang's avatar Yong Tang Committed by Rasmus Munk Larsen
Browse files

Add test for float16 support with conv1d and update docstring (#16273)



* Add test for float16 support with conv1d and update docs

The float16 support for conv1d has already been in place.
However there was no test for float16 with conv1d.
This fix adds test case to cover float16 support with conv1d.

In addition, float64 support with conv1d is not possible
because conv1d calls conv2d, which in turn does not support
float64 yet (See 12941, 13097, and 12943)
The docstring incorrectly claims float64 support with conv1d.

This fix updates related docstring to remove float64 part.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>

* Update docstring of conv1d to remove float64 and add float16.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>

* Update docstring with TODO.

Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 0d5fa881
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment