Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc909 for (int execution_plan_index = first_execution_plan_index; in PrepareOpsStartingAt() local
910 execution_plan_index < execution_plan.size(); execution_plan_index++) { in PrepareOpsStartingAt()
911 int node_index = execution_plan[execution_plan_index]; in PrepareOpsStartingAt()
921 *last_execution_plan_index_prepared = execution_plan_index; in PrepareOpsStartingAt()
1016 for (int execution_plan_index = 0; in Invoke() local
1017 execution_plan_index < execution_plan_.size(); execution_plan_index++) { in Invoke()
1018 if (execution_plan_index == next_execution_plan_index_to_prepare_) { in Invoke()
1021 execution_plan_index); in Invoke()
1023 int node_index = execution_plan_[execution_plan_index]; in Invoke()
1078 next_execution_plan_index_to_prepare_ = execution_plan_index + 1; in Invoke()
[all …]