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

Function ggml_soft_max_inplace

ggml.c:4984–4988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4982}
4983
4984struct ggml_tensor * ggml_soft_max_inplace(
4985 struct ggml_context * ctx,
4986 struct ggml_tensor * a) {
4987 return ggml_soft_max_impl(ctx, a, true);
4988}
4989
4990// ggml_soft_max_back
4991

Callers 3

clip_image_build_graphFunction · 0.50
llama_build_train_graphsFunction · 0.50

Calls 1

ggml_soft_max_implFunction · 0.70

Tested by

no test coverage detected