↓ 1 callersMethod_absolute_position_to_relative_position x: [b, h, l, l] ret: [b, h, l, 2*l-1]
GPT_SoVITS/module/attentions.py:311
↓ 1 callersMethod_absolute_position_to_relative_position x: [b, h, l, l] ret: [b, h, l, 2*l-1]
GPT_SoVITS/module/attentions_onnx.py:274
↓ 1 callersFunction_compute_scale_factor(
x: Tensor,
channel_dim: int,
min_abs: float,
max_abs: float,
gain_factor: float,
max
GPT_SoVITS/AR/modules/scaling.py:133
↓ 1 callersMethod_matmul_with_relative_keys x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
GPT_SoVITS/module/attentions.py:269
↓ 1 callersMethod_matmul_with_relative_keys x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
GPT_SoVITS/module/attentions_onnx.py:232
↓ 1 callersMethod_matmul_with_relative_values x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
GPT_SoVITS/module/attentions.py:260
↓ 1 callersMethod_matmul_with_relative_values x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
GPT_SoVITS/module/attentions_onnx.py:223
↓ 1 callersMethod_relative_position_to_absolute_position x: [b, h, l, 2*l-1] ret: [b, h, l, l]
GPT_SoVITS/module/attentions.py:294
↓ 1 callersMethod_relative_position_to_absolute_position x: [b, h, l, 2*l-1] ret: [b, h, l, l]
GPT_SoVITS/module/attentions_onnx.py:257
↓ 1 callersMethod_to_pinyin(self, han, style, heteronym, errors, strict, **kwargs)
GPT_SoVITS/text/g2pw/g2pw.py:72
↓ 1 callersFunction_truncate(
max_len: int, text: str, query_id: int, tokens: List[str], text2token: List[int], token2text: List[Tuple
GPT_SoVITS/text/g2pw/dataset.py:111