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

Function ggml_fill

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

Source from the content-addressed store, hash-verified

5162}
5163
5164struct ggml_tensor * ggml_fill(
5165 struct ggml_context * ctx,
5166 struct ggml_tensor * a,
5167 float c) {
5168 return ggml_fill_impl(ctx, a, c, false);
5169}
5170
5171struct ggml_tensor * ggml_fill_inplace(
5172 struct ggml_context * ctx,

Callers 4

build_moe_ffnMethod · 0.85
build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_fill_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68