Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc241 next_execution_plan_index_to_plan_allocation_(0), in Subgraph()
747 next_execution_plan_index_to_plan_allocation_ = 0; in AllocateTensors()
1159 next_execution_plan_index_to_plan_allocation_, in PrepareOpsAndTensors()
1166 for (int node_idx = next_execution_plan_index_to_plan_allocation_; in PrepareOpsAndTensors()
1178 if (next_execution_plan_index_to_plan_allocation_ == 0) { in PrepareOpsAndTensors()
1187 next_execution_plan_index_to_plan_allocation_ = in PrepareOpsAndTensors()
1332 if (next_execution_plan_index_to_plan_allocation_ > in Invoke()
1334 next_execution_plan_index_to_plan_allocation_ = in Invoke()
1338 next_execution_plan_index_to_plan_allocation_ - 1)); in Invoke()
Dsubgraph.h816 int next_execution_plan_index_to_plan_allocation_; variable