MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_fill_inplace

Function ggml_fill_inplace

subprojects/llama.cpp/ggml/src/ggml.c:5171–5176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5169}
5170
5171struct ggml_tensor * ggml_fill_inplace(
5172 struct ggml_context * ctx,
5173 struct ggml_tensor * a,
5174 float c) {
5175 return ggml_fill_impl(ctx, a, c, true);
5176}
5177
5178// ggml_argsort
5179

Callers 1

llm_build_qwen3nextMethod · 0.85

Calls 1

ggml_fill_implFunction · 0.85

Tested by

no test coverage detected