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

Function ggml_set_output

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

Source from the content-addressed store, hash-verified

7478}
7479
7480void ggml_set_output(struct ggml_tensor * tensor) {
7481 tensor->flags |= GGML_TENSOR_FLAG_OUTPUT;
7482}
7483
7484void ggml_set_param(struct ggml_tensor * tensor) {
7485 GGML_ASSERT(tensor->op == GGML_OP_NONE);

Callers 8

set_outputsMethod · 0.85
llm_build_plamo2Method · 0.85
allocate_graphFunction · 0.85
test_buffer_size_zeroFunction · 0.85
test_reallocationFunction · 0.85
ggml_opt_buildFunction · 0.85

Calls

no outgoing calls

Tested by 4

allocate_graphFunction · 0.68
test_buffer_size_zeroFunction · 0.68
test_reallocationFunction · 0.68