MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / ggml_tanh

Function ggml_tanh

external/ggml/src/ggml.c:2676–2680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2674// ggml_tanh
2675
2676struct ggml_tensor * ggml_tanh(
2677 struct ggml_context * ctx,
2678 struct ggml_tensor * a) {
2679 return ggml_unary(ctx, a, GGML_UNARY_OP_TANH);
2680}
2681
2682struct ggml_tensor * ggml_tanh_inplace(
2683 struct ggml_context * ctx,

Callers 13

buildMethod · 0.85
FlashSrGraphMethod · 0.85
causal_convMethod · 0.85
gruMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
mishFunction · 0.85
fsq_quantizedFunction · 0.85
global_encoderFunction · 0.85
mish_activationFunction · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_unaryFunction · 0.85

Tested by 1

build_graphMethod · 0.68