↓ 3 callersMethod__init__(self, in_channels, out_channels, filter_channels, kernel_size, p_dropout=0., activation=None, causal=False)
attentions.py:255
↓ 3 callersMethodinfer(self, x, x_lengths, sid=None, noise_scale=1, length_scale=1, noise_scale_w=1., max_len=None, emotion_embeddin
models.py:369
↓ 1 callersMethod_matmul_with_relative_keys x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
attentions.py:187
↓ 1 callersMethod_matmul_with_relative_values x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
attentions.py:178
Method__init__(self, hidden_channels, filter_channels, n_heads, n_layers, kernel_size=1, p_dropout=0., window_size=4, **kwar
attentions.py:11
Method__init__(self, hidden_channels, filter_channels, n_heads, n_layers, kernel_size=1, p_dropout=0., proximal_bias=False,
attentions.py:48
Method__init__(self, channels, out_channels, n_heads, p_dropout=0., window_size=None, heads_share=True, block_length=None, p
attentions.py:99