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

Function ggml_soft_max_inplace

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

Source from the content-addressed store, hash-verified

3973}
3974
3975struct ggml_tensor * ggml_soft_max_inplace(
3976 struct ggml_context * ctx,
3977 struct ggml_tensor * a) {
3978 return ggml_soft_max_impl(ctx, a, NULL, 1.0f, 0.0f, true);
3979}
3980
3981struct ggml_tensor * ggml_soft_max_ext(
3982 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_soft_max_implFunction · 0.85

Tested by

no test coverage detected