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

Function ggml_log

ggml.c:3583–3587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3581}
3582
3583struct ggml_tensor * ggml_log(
3584 struct ggml_context * ctx,
3585 struct ggml_tensor * a) {
3586 return ggml_log_impl(ctx, a, false);
3587}
3588
3589struct ggml_tensor * ggml_log_inplace(
3590 struct ggml_context * ctx,

Callers 2

mainFunction · 0.50
cross_entropy_lossFunction · 0.50

Calls 1

ggml_log_implFunction · 0.70

Tested by 1

mainFunction · 0.40