Skip to content

Commit db959d6

Browse files
committed
Add dot_product_attention to nets.__all__
1 parent 6605498 commit db959d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/v2/fluid/nets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"simple_img_conv_pool",
1818
"sequence_conv_pool",
1919
"glu",
20-
"",
20+
"dot_product_attention",
2121
]
2222

2323

0 commit comments

Comments
 (0)