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

Function ggml_tanh_inplace

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

Source from the content-addressed store, hash-verified

2610}
2611
2612struct ggml_tensor * ggml_tanh_inplace(
2613 struct ggml_context * ctx,
2614 struct ggml_tensor * a) {
2615 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_TANH);
2616}
2617
2618// ggml_elu
2619

Callers

nothing calls this directly

Calls 1

ggml_unary_inplaceFunction · 0.85

Tested by

no test coverage detected