Merge pull request #22046 from yongtang:08202018-conv1d-doc

PiperOrigin-RevId: 211705018
This commit is contained in:
TensorFlower Gardener 2018-09-05 15:08:20 -07:00
commit d6c6a759b6

View File

@ -2454,7 +2454,7 @@ def conv1d(value,
returned to the caller.
Args:
value: A 3D `Tensor`. Must be of type `float16` or `float32`.
value: A 3D `Tensor`. Must be of type `float16`, `float32`, or `float64`.
filters: A 3D `Tensor`. Must have the same type as `value`.
stride: An `integer`. The number of entries by which
the filter is moved right at each step.