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

Function ggml_soft_max_ext_inplace

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

Source from the content-addressed store, hash-verified

3988}
3989
3990struct ggml_tensor * ggml_soft_max_ext_inplace(
3991 struct ggml_context * ctx,
3992 struct ggml_tensor * a,
3993 struct ggml_tensor * mask,
3994 float scale,
3995 float max_bias) {
3996 return ggml_soft_max_impl(ctx, a, mask, scale, max_bias, true);
3997}
3998
3999void ggml_soft_max_add_sinks(
4000 struct ggml_tensor * a,

Callers 1

build_graphMethod · 0.85

Calls 1

ggml_soft_max_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68