Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc1085 for (int execution_plan_index = first_execution_plan_index; in PrepareOpsStartingAt() local
1086 execution_plan_index < execution_plan.size(); execution_plan_index++) { in PrepareOpsStartingAt()
1087 int node_index = execution_plan[execution_plan_index]; in PrepareOpsStartingAt()
1103 *last_execution_plan_index_prepared = execution_plan_index; in PrepareOpsStartingAt()
1252 for (int execution_plan_index = 0; in Invoke() local
1253 execution_plan_index < execution_plan_.size(); execution_plan_index++) { in Invoke()
1254 if (execution_plan_index == next_execution_plan_index_to_prepare_) { in Invoke()
1257 execution_plan_index); in Invoke()
1259 int node_index = execution_plan_[execution_plan_index]; in Invoke()
1327 next_execution_plan_index_to_prepare_ = execution_plan_index + 1; in Invoke()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc6901 for (int execution_plan_index = 0; execution_plan_index < plan->size; in DoPrepare() local
6902 ++execution_plan_index) { in DoPrepare()
6903 int node_index = plan->data[execution_plan_index]; in DoPrepare()