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

Function ggml_sigmoid_inplace

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

Source from the content-addressed store, hash-verified

2669}
2670
2671struct ggml_tensor * ggml_sigmoid_inplace(
2672 struct ggml_context * ctx,
2673 struct ggml_tensor * a) {
2674 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_SIGMOID);
2675}
2676
2677// ggml_gelu
2678

Callers

nothing calls this directly

Calls 1

ggml_unary_inplaceFunction · 0.85

Tested by

no test coverage detected