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

Function ggml_backend_graph_compute

ggml-backend.c:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void ggml_backend_graph_compute(ggml_backend_t backend, struct ggml_cgraph * cgraph) {
160 backend->iface.graph_compute(backend, cgraph);
161}
162
163bool ggml_backend_supports_op(ggml_backend_t backend, const struct ggml_tensor * op) {
164 return backend->iface.supports_op(backend, op);

Callers 1

sched_compute_splitsFunction · 0.70

Calls 1

graph_computeMethod · 0.45

Tested by

no test coverage detected