8000 fix: add MultiHeadAttention's __call__ to the stubtest allowlist · python/typeshed@9cd6010 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cd6010

Browse files
committed
fix: add MultiHeadAttention's __call__ to the stubtest allowlist
1 parent 4ef505e commit 9cd6010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/tensorflow/@tests/stubtest_allowlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ tensorflow.keras.layers.*.__init__
6060
tensorflow.keras.layers.*.call
6161
tensorflow.keras.regularizers.Regularizer.__call__
6262
tensorflow.keras.constraints.Constraint.__call__
63+
tensorflow.keras.layers.MultiHeadAttention.__call__
6364

6465
# Layer class does good deal of __new__ magic and actually returns one of two different internal
6566
# types depending on tensorflow execution mode. This feels like implementation internal.

0 commit comments

Comments
 (0)
0