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

Function ggml_soft_max

ggml.c:4978–4982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4976}
4977
4978struct ggml_tensor * ggml_soft_max(
4979 struct ggml_context * ctx,
4980 struct ggml_tensor * a) {
4981 return ggml_soft_max_impl(ctx, a, false);
4982}
4983
4984struct ggml_tensor * ggml_soft_max_inplace(
4985 struct ggml_context * ctx,

Callers 6

llm_build_kqvFunction · 0.70
mainFunction · 0.50
forwardFunction · 0.50
forward_batchFunction · 0.50
forward_loraFunction · 0.50
cross_entropy_lossFunction · 0.50

Calls 1

ggml_soft_max_implFunction · 0.70

Tested by 1

mainFunction · 0.40