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

Method build_inp_raw

subprojects/llama.cpp/tools/mtmd/clip.cpp:464–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464ggml_tensor * clip_graph::build_inp_raw(int channels) {
465 ggml_tensor * inp_raw = ggml_new_tensor_3d(ctx0, GGML_TYPE_F32, img.nx, img.ny, channels);
466 ggml_set_name(inp_raw, "inp_raw");
467 ggml_set_input(inp_raw);
468 return inp_raw;
469}
470
471ggml_tensor * clip_graph::build_norm(
472 ggml_tensor * cur,

Callers

nothing calls this directly

Calls 3

ggml_new_tensor_3dFunction · 0.85
ggml_set_nameFunction · 0.85
ggml_set_inputFunction · 0.85

Tested by

no test coverage detected