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

Function ggml_scale_inplace

ggml.c:4252–4257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4250}
4251
4252struct ggml_tensor * ggml_scale_inplace(
4253 struct ggml_context * ctx,
4254 struct ggml_tensor * a,
4255 struct ggml_tensor * b) {
4256 return ggml_scale_impl(ctx, a, b, true);
4257}
4258
4259// ggml_set
4260

Calls 1

ggml_scale_implFunction · 0.70

Tested by

no test coverage detected