Commit 3ae3aecf authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Fixes a typo.

PiperOrigin-RevId: 311196489
parent 8518d053
......@@ -307,7 +307,7 @@ class MultiHeadAttention(tf.keras.layers.Layer):
attention to certain positions.
Returns:
attention_output: The result of the computation, of shape [B, F, N, V] or
attention_output: The result of the computation, of shape [B, T, N, V] or
[B, F, E], where `N` is the number of heads and `E` is the query input
last dimension.
"""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment