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

Function ggml_set_inplace

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

Source from the content-addressed store, hash-verified

3358}
3359
3360struct ggml_tensor * ggml_set_inplace(
3361 struct ggml_context * ctx,
3362 struct ggml_tensor * a,
3363 struct ggml_tensor * b,
3364 size_t nb1,
3365 size_t nb2,
3366 size_t nb3,
3367 size_t offset) {
3368 return ggml_set_impl(ctx, a, b, nb1, nb2, nb3, offset, true);
3369}
3370
3371struct ggml_tensor * ggml_set_1d(
3372 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_set_implFunction · 0.85

Tested by

no test coverage detected