Home
last modified time | relevance | path

Searched refs:xnn_release_memory (Results 1 – 6 of 6) sorted by relevance

/external/XNNPACK/src/
Doperator-delete.c29 xnn_release_memory(op->indirection_buffer); in xnn_delete_operator()
32 xnn_release_memory(op->pixelwise_buffer); in xnn_delete_operator()
33 xnn_release_memory(op->subconvolution_buffer); in xnn_delete_operator()
Dmemory-planner.c192 xnn_release_memory(sorted_usage); in xnn_plan_value_allocation_tracker()
193 xnn_release_memory(current_live_mem_blocks); in xnn_plan_value_allocation_tracker()
Dsubgraph.c679 xnn_release_memory(subgraph->nodes); in xnn_delete_subgraph()
682 xnn_release_memory(subgraph->values); in xnn_delete_subgraph()
685 xnn_release_memory(subgraph); in xnn_delete_subgraph()
Druntime.c1428 xnn_release_memory(runtime->opdata); in xnn_delete_runtime()
1430 xnn_release_memory(runtime->blobs); in xnn_delete_runtime()
1433 xnn_release_memory(runtime); in xnn_delete_runtime()
/external/XNNPACK/src/xnnpack/
Dmemory-planner.h47 xnn_release_memory(tracker->usage); in xnn_release_value_allocation_tracker()
Dallocator.h46 inline static void xnn_release_memory(void* memory_pointer) { in xnn_release_memory() function