"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "0e2ad8df5f4a79ff2718caffca0ccb27fe5c6ade"
Commit 420e8179 authored by Philip Pham's avatar Philip Pham Committed by A. Unique TensorFlower
Browse files

Fix typo in TransformerEncoderBlock docstring

PiperOrigin-RevId: 383660517
parent e71d67c3
...@@ -249,7 +249,7 @@ class TransformerEncoderBlock(tf.keras.layers.Layer): ...@@ -249,7 +249,7 @@ class TransformerEncoderBlock(tf.keras.layers.Layer):
attention. attention.
Returns: Returns:
An ouput tensor with the same dimensions as input/query tensor. An output tensor with the same dimensions as input/query tensor.
""" """
if isinstance(inputs, (list, tuple)): if isinstance(inputs, (list, tuple)):
if len(inputs) == 2: if len(inputs) == 2:
......
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