Home
last modified time | relevance | path

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

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/
Dmicro_allocator.cc928 size_t head_usage = 0; in CommitStaticMemoryPlan() local
1005 head_usage = planner.GetMaximumMemorySize(); in CommitStaticMemoryPlan()
1012 if (max_head_buffer_usage_ < head_usage) { in CommitStaticMemoryPlan()
1013 max_head_buffer_usage_ = head_usage; in CommitStaticMemoryPlan()