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

Function ggml_set

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

Source from the content-addressed store, hash-verified

3347}
3348
3349struct ggml_tensor * ggml_set(
3350 struct ggml_context * ctx,
3351 struct ggml_tensor * a,
3352 struct ggml_tensor * b,
3353 size_t nb1,
3354 size_t nb2,
3355 size_t nb3,
3356 size_t offset) {
3357 return ggml_set_impl(ctx, a, b, nb1, nb2, nb3, offset, false);
3358}
3359
3360struct ggml_tensor * ggml_set_inplace(
3361 struct ggml_context * ctx,

Callers 1

build_graphMethod · 0.85

Calls 1

ggml_set_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68