Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc215 next_execution_plan_index_to_prepare_(0), in Subgraph()
692 next_execution_plan_index_to_prepare_ = 0; in AllocateTensors()
960 next_execution_plan_index_to_prepare_, pre_delegation_execution_plan_, in PrepareOpsAndTensors()
968 PrepareOpsStartingAt(next_execution_plan_index_to_prepare_, in PrepareOpsAndTensors()
970 next_execution_plan_index_to_prepare_ = last_exec_plan_index_prepared + 1; in PrepareOpsAndTensors()
1018 if (execution_plan_index == next_execution_plan_index_to_prepare_) { in Invoke()
1020 TF_LITE_ENSURE(&context_, next_execution_plan_index_to_prepare_ >= in Invoke()
1078 next_execution_plan_index_to_prepare_ = execution_plan_index + 1; in Invoke()
1084 next_execution_plan_index_to_prepare_) { in Invoke()
1086 next_execution_plan_index_to_prepare_; in Invoke()
Dsubgraph.h670 int next_execution_plan_index_to_prepare_; variable