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

Function ggml_new_graph

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

Source from the content-addressed store, hash-verified

7008}
7009
7010struct ggml_cgraph * ggml_new_graph(struct ggml_context * ctx) {
7011 return ggml_new_graph_custom(ctx, GGML_DEFAULT_GRAPH_SIZE, false);
7012}
7013
7014struct ggml_cgraph ggml_graph_view(struct ggml_cgraph * cgraph0, int i0, int i1) {
7015 struct ggml_cgraph cgraph = {

Callers 12

build_graph_piterFunction · 0.85
merge_tensorMethod · 0.85
mainFunction · 0.85
test_barrierFunction · 0.85
test_activeFunction · 0.85
test_multi_graphFunction · 0.85
make_contextFunction · 0.85
evalMethod · 0.85
ggml_vk_test_matmulFunction · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_new_graph_customFunction · 0.85

Tested by 6

mainFunction · 0.68
test_barrierFunction · 0.68
test_activeFunction · 0.68
test_multi_graphFunction · 0.68
make_contextFunction · 0.68
evalMethod · 0.68