Source code for geometric_algebra_attention.tensorflow.MultivectorAttention

from .. import base
from .internal import AttentionBase

[docs] class MultivectorAttention(AttentionBase, base.MultivectorAttention): __doc__ = base.MultivectorAttention.__doc__