File size: 221 Bytes
ae81e0f |
1 2 3 4 5 6 7 |
#
# Copyright (c) 2020 Idiap Research Institute, http://www.idiap.ch/
# Written by Angelos Katharopoulos <[email protected]>,
# Apoorv Vyas <[email protected]>
#
from .causal_attention import causal_dot_product
|