add tool to allow plotting tensor allocation maps within buffers
This commit is contained in:
parent
5f4dcb1e60
commit
cad8abb49b
6 changed files with 336 additions and 0 deletions
|
@ -208,6 +208,9 @@ extern "C" {
|
|||
// Set a callback to be called for each resulting node during graph compute
|
||||
GGML_API void ggml_backend_sched_set_eval_callback(ggml_backend_sched_t sched, ggml_backend_sched_eval_callback callback, void * user_data);
|
||||
|
||||
// internal
|
||||
GGML_API struct ggml_cgraph * ggml_backend_sched_get_graph_copy(ggml_backend_sched_t sched);
|
||||
|
||||
//
|
||||
// Utils
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue