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

Function ggml_scale

ggml.c:4245–4250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4243}
4244
4245struct ggml_tensor * ggml_scale(
4246 struct ggml_context * ctx,
4247 struct ggml_tensor * a,
4248 struct ggml_tensor * b) {
4249 return ggml_scale_impl(ctx, a, b, false);
4250}
4251
4252struct ggml_tensor * ggml_scale_inplace(
4253 struct ggml_context * ctx,

Callers 8

ggml_acc_or_setFunction · 0.70
ggml_compute_backwardFunction · 0.70
llm_build_kqvFunction · 0.70
mainFunction · 0.50
forwardFunction · 0.50
forward_batchFunction · 0.50
forward_loraFunction · 0.50
build_graph_loraFunction · 0.50

Calls 1

ggml_scale_implFunction · 0.70

Tested by 1

mainFunction · 0.40