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

Function ggml_soft_max_back

ggml.c:5013–5018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5011}
5012
5013struct ggml_tensor * ggml_soft_max_back(
5014 struct ggml_context * ctx,
5015 struct ggml_tensor * a,
5016 struct ggml_tensor * b) {
5017 return ggml_soft_max_back_impl(ctx, a, b, false);
5018}
5019
5020struct ggml_tensor * ggml_soft_max_back_inplace(
5021 struct ggml_context * ctx,

Callers 1

ggml_compute_backwardFunction · 0.85

Calls 1

ggml_soft_max_back_implFunction · 0.85

Tested by

no test coverage detected