MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_tanh

Function ggml_tanh

ggml.c:3817–3821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3815// ggml_tanh
3816
3817struct ggml_tensor * ggml_tanh(
3818 struct ggml_context * ctx,
3819 struct ggml_tensor * a) {
3820 return ggml_unary(ctx, a, GGML_UNARY_OP_TANH);
3821}
3822
3823struct ggml_tensor * ggml_tanh_inplace(
3824 struct ggml_context * ctx,

Callers 1

mainFunction · 0.50

Calls 1

ggml_unaryFunction · 0.70

Tested by 1

mainFunction · 0.40