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

Function ggml_soft_max

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

Source from the content-addressed store, hash-verified

3967}
3968
3969struct ggml_tensor * ggml_soft_max(
3970 struct ggml_context * ctx,
3971 struct ggml_tensor * a) {
3972 return ggml_soft_max_impl(ctx, a, NULL, 1.0f, 0.0f, false);
3973}
3974
3975struct ggml_tensor * ggml_soft_max_inplace(
3976 struct ggml_context * ctx,

Callers 11

buildMethod · 0.85
build_mobilenet_attnMethod · 0.85
build_moe_ffnMethod · 0.85
build_poolingMethod · 0.85
build_graphMethod · 0.85
build_graphMethod · 0.85
build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_soft_max_implFunction · 0.85

Tested by 3

build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68