mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-20 01:31:42 +02:00
rename ggml_cumsum for tts
This commit is contained in:
+2
-2
@@ -571,7 +571,7 @@ extern "C" {
|
||||
GGML_OP_RECIPROCAL,
|
||||
GGML_OP_TTSROUND,
|
||||
GGML_OP_MOD,
|
||||
GGML_OP_CUMSUM,
|
||||
GGML_OP_CUMSUM_TTS,
|
||||
GGML_OP_STFT,
|
||||
GGML_OP_AA_STFT,
|
||||
GGML_OP_ISTFT,
|
||||
@@ -2658,7 +2658,7 @@ extern "C" {
|
||||
struct ggml_context * ctx,
|
||||
struct ggml_tensor * a);
|
||||
// cumulative sums along first axis (ne0)
|
||||
GGML_API struct ggml_tensor * ggml_cumsum(
|
||||
GGML_API struct ggml_tensor * ggml_cumsum_tts(
|
||||
struct ggml_context * ctx,
|
||||
struct ggml_tensor * a);
|
||||
GGML_API struct ggml_tensor * ggml_conv_1d_dw_tts(
|
||||
|
||||
Reference in New Issue
Block a user