提交 5a48df22 编写于 作者: C Clemens Tolboom 提交者: François Chollet

Make Dot documentation inline with Concatenate (#10271)

Doc expects a list containing 2 tensors.
上级 20644772
......@@ -408,7 +408,7 @@ class Concatenate(_Merge):
class Dot(_Merge):
"""Layer that computes a dot product between samples in two tensors.
E.g. if applied to two tensors `a` and `b` of shape `(batch_size, n)`,
E.g. if applied to a list of two tensors `a` and `b` of shape `(batch_size, n)`,
the output will be a tensor of shape `(batch_size, 1)`
where each entry `i` will be the dot product between
`a[i]` and `b[i]`.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册