Skip to content

Commit 1ab0661

Browse files
Graph Learning Teamtensorflower-gardener
authored andcommitted
Fix typo.
PiperOrigin-RevId: 799573944
1 parent 1dc1238 commit 1ab0661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tensorflow_gnn/models/multi_head_attention

tensorflow_gnn/models/multi_head_attention/layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def __init__(
262262
self._score_scaling = score_scaling
263263
self._transform_values_after_pooling = transform_values_after_pooling
264264

265-
# The creation of queries transfomations is deferred to the first call of
265+
# The creation of queries transformations is deferred to the first call of
266266
# `Convolve()` (see there).
267267
self._w_query = None
268268

0 commit comments

Comments
 (0)