Merge pull request #17040 from hdon/master
conv1d doc string misnames first argument
This commit is contained in:
commit
56422034fe
@ -2405,7 +2405,7 @@ def conv1d(value,
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
value: A 3D `Tensor`. Must be of type `float16` or `float32`.
|
value: A 3D `Tensor`. Must be of type `float16` or `float32`.
|
||||||
filters: A 3D `Tensor`. Must have the same type as `input`.
|
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.
|
||||||
padding: 'SAME' or 'VALID'
|
padding: 'SAME' or 'VALID'
|
||||||
|
Loading…
Reference in New Issue
Block a user