MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_graph_overhead

Function ggml_graph_overhead

ggml.c:16341–16343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16339}
16340
16341size_t ggml_graph_overhead(void) {
16342 return ggml_graph_overhead_custom(GGML_DEFAULT_GRAPH_SIZE, false);
16343}
16344
16345struct ggml_cgraph * ggml_new_graph_custom(struct ggml_context * ctx, size_t size, bool grads) {
16346 const size_t obj_size = ggml_graph_nbytes(size, grads);

Callers 5

llama_set_state_dataFunction · 0.70
apply_loraFunction · 0.50
clip_model_loadFunction · 0.50

Calls 1

Tested by

no test coverage detected