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

Function ggml_set_2d_inplace

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

Source from the content-addressed store, hash-verified

3394}
3395
3396struct ggml_tensor * ggml_set_2d_inplace(
3397 struct ggml_context * ctx,
3398 struct ggml_tensor * a,
3399 struct ggml_tensor * b,
3400 size_t nb1,
3401 size_t offset) {
3402 return ggml_set_impl(ctx, a, b, nb1, a->nb[2], a->nb[3], offset, true);
3403}
3404
3405// ggml_cpy
3406

Callers

nothing calls this directly

Calls 1

ggml_set_implFunction · 0.85

Tested by

no test coverage detected