Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Darena_planner.h87 TfLiteStatus CalculateAllocations(int first_node, int last_node);
Darena_planner.cc212 TF_LITE_ENSURE_STATUS(CalculateAllocations(first_node, last_node)); in ExecuteAllocations()
303 TfLiteStatus ArenaPlanner::CalculateAllocations(int first_node, int last_node) { in CalculateAllocations() function in tflite::ArenaPlanner