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

Function ggml_graph_overhead

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

Source from the content-addressed store, hash-verified

6960}
6961
6962size_t ggml_graph_overhead(void) {
6963 return ggml_graph_overhead_custom(GGML_DEFAULT_GRAPH_SIZE, false);
6964}
6965
6966struct ggml_cgraph * ggml_new_graph_custom(struct ggml_context * ctx, size_t size, bool grads) {
6967 const size_t obj_size = ggml_graph_nbytes(size, grads);

Callers 9

build_graph_piterFunction · 0.85
merge_tensorMethod · 0.85
alloc_compute_metaMethod · 0.85
helper_get_ctx_dataFunction · 0.85
test_regressionFunction · 0.85
make_contextFunction · 0.85
evalMethod · 0.85
show_test_coverageFunction · 0.85

Calls 1

Tested by 5

helper_get_ctx_dataFunction · 0.68
test_regressionFunction · 0.68
make_contextFunction · 0.68
evalMethod · 0.68
show_test_coverageFunction · 0.68