↓ 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:138
↓ 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:301
↓ 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:223
↓ 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:292
↓ 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:214
↓ 1 callersMethod_relative_position_to_absolute_position x: [b, h, l, 2*l-1] ret: [b, h, l, l]
GPT_SoVITS/module/attentions.py:328
↓ 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:250
↓ 1 callersMethodexport(self, ref_seq, text_seq, ref_bert, text_bert, ref_audio, ssl_content, project_name)
GPT_SoVITS/onnx_export.py:242
↓ 1 callersFunctionget_tts_wav(ref_wav_path, prompt_text, prompt_language, text, text_language, how_to_cut=i18n("不切"), top_k=20, top_p=0.6,
GPT_SoVITS/inference_webui.py:314