Merge pull request #22046 from yongtang:08202018-conv1d-doc
PiperOrigin-RevId: 211705018
This commit is contained in:
commit
d6c6a759b6
@ -2454,7 +2454,7 @@ def conv1d(value,
|
|||||||
returned to the caller.
|
returned to the caller.
|
||||||
|
|
||||||
Args:
|
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`.
|
filters: A 3D `Tensor`. Must have the same type as `value`.
|
||||||
stride: An `integer`. The number of entries by which
|
stride: An `integer`. The number of entries by which
|
||||||
the filter is moved right at each step.
|
the filter is moved right at each step.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user