↓ 3 callersMethodconvert(self, words, style, heteronym, errors, strict, **kwargs)
sovits/text/g2pw/g2pw.py:50
↓ 2 callersMethodgenerate(self, ref_wav_path, prompt_text, text, temperature=1.0,
repetition_penalty=1.0, cut_punc=No
inference/inference.py:62
↓ 1 callersMethod_absolute_position_to_relative_position x: [b, h, l, l] ret: [b, h, l, 2*l-1]
sovits/module/attentions.py:349
↓ 1 callersMethod_matmul_with_relative_keys x: [b, h, l, d] y: [h or 1, m, d] ret: [b, h, l, m]
sovits/module/attentions.py:301
↓ 1 callersMethod_matmul_with_relative_values x: [b, h, l, m] y: [h or 1, m, d] ret: [b, h, l, d]
sovits/module/attentions.py:292
↓ 1 callersMethod_relative_position_to_absolute_position x: [b, h, l, 2*l-1] ret: [b, h, l, l]
sovits/module/attentions.py:328
↓ 1 callersMethod_to_pinyin(self, han, style, heteronym, errors, strict, **kwargs)
sovits/text/g2pw/g2pw.py:70