Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Darena_planner.h88 TfLiteStatus CalculateAllocationOfInternalTensors(int node_index);
Darena_planner.cc229 TF_LITE_ENSURE_STATUS(CalculateAllocationOfInternalTensors(active_node)); in CalculateAllocations()
285 TfLiteStatus ArenaPlanner::CalculateAllocationOfInternalTensors( in CalculateAllocationOfInternalTensors() function in tflite::ArenaPlanner