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

Function ggml_div

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

Source from the content-addressed store, hash-verified

2202}
2203
2204struct ggml_tensor * ggml_div(
2205 struct ggml_context * ctx,
2206 struct ggml_tensor * a,
2207 struct ggml_tensor * b) {
2208 return ggml_div_impl(ctx, a, b, false);
2209}
2210
2211struct ggml_tensor * ggml_div_inplace(
2212 struct ggml_context * ctx,

Callers 9

weight_buft_supportedFunction · 0.85
build_ffnMethod · 0.85
build_moe_ffnMethod · 0.85
llm_build_qwen2moeMethod · 0.85
build_graphMethod · 0.85
ggml_compute_backwardFunction · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_div_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68