Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Darena_planner.cc202 TfLiteIntArray* node_temporaries = node.temporaries; in ExecuteAllocations() local
203 for (int j = 0; j < node_temporaries->size; ++j) { in ExecuteAllocations()
204 int tensor_index = node_temporaries->data[j]; in ExecuteAllocations()