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

Function ggml_soft_max_back_inplace

ggml.c:5020–5025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5018}
5019
5020struct ggml_tensor * ggml_soft_max_back_inplace(
5021 struct ggml_context * ctx,
5022 struct ggml_tensor * a,
5023 struct ggml_tensor * b) {
5024 return ggml_soft_max_back_impl(ctx, a, b, true);
5025}
5026
5027// ggml_rope
5028

Callers

nothing calls this directly

Calls 1

ggml_soft_max_back_implFunction · 0.85

Tested by

no test coverage detected