Commit 6674929c authored by Yong Tang's avatar Yong Tang
Browse files

Fix incorrect doc in tf.layers.dense



This fix tries to address the issue raised in 21525 where
the doc in tf.layers.dense is not correct. Specifically
`outputs = activation(inputs.kernel + bias) Where` ->
`outputs = activation(inputs * kernel + bias) where`

This fix fixes 21525.

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