Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7480
void ggml_set_output(struct ggml_tensor * tensor) {
7481
tensor->flags |= GGML_TENSOR_FLAG_OUTPUT;
7482
}
7483
7484
void ggml_set_param(struct ggml_tensor * tensor) {
7485
GGML_ASSERT(tensor->op == GGML_OP_NONE);
Callers
8
set_outputs
Method · 0.85
llm_build_plamo2
Method · 0.85
allocate_graph
Function · 0.85
test_multiple_buffer_types
Function · 0.85
test_buffer_size_zero
Function · 0.85
test_reallocation
Function · 0.85
ggml_opt_build
Function · 0.85
ggml_backend_sched_split_graph
Function · 0.85
Calls
no outgoing calls
Tested by
4
allocate_graph
Function · 0.68
test_multiple_buffer_types
Function · 0.68
test_buffer_size_zero
Function · 0.68
test_reallocation
Function · 0.68