Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5171
struct 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_qwen3next
Method · 0.85
Calls
1
ggml_fill_impl
Function · 0.85
Tested by
no test coverage detected