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

Function ggml_log_inplace

ggml.c:3589–3593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3587}
3588
3589struct ggml_tensor * ggml_log_inplace(
3590 struct ggml_context * ctx,
3591 struct ggml_tensor * a) {
3592 return ggml_log_impl(ctx, a, true);
3593}
3594
3595// ggml_sum
3596

Callers

nothing calls this directly

Calls 1

ggml_log_implFunction · 0.70

Tested by

no test coverage detected