MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_tanh

Function ggml_tanh

subprojects/llama.cpp/ggml/src/ggml.c:2606–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2604// ggml_tanh
2605
2606struct ggml_tensor * ggml_tanh(
2607 struct ggml_context * ctx,
2608 struct ggml_tensor * a) {
2609 return ggml_unary(ctx, a, GGML_UNARY_OP_TANH);
2610}
2611
2612struct ggml_tensor * ggml_tanh_inplace(
2613 struct ggml_context * ctx,

Callers 11

build_attn_mhaMethod · 0.85
build_poolingMethod · 0.85
llm_build_gemma2_iswaMethod · 0.85
llm_build_gemma3Method · 0.85
build_rwkv6_time_mixMethod · 0.85
build_rwkv7_time_mixMethod · 0.85
llm_build_grokMethod · 0.85
build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_unaryFunction · 0.85

Tested by 1

build_graphMethod · 0.68