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.cc216 next_execution_plan_index_to_plan_allocation_(0), in Subgraph()
693 next_execution_plan_index_to_plan_allocation_ = 0; in AllocateTensors()
974 next_execution_plan_index_to_plan_allocation_, in PrepareOpsAndTensors()
991 next_execution_plan_index_to_plan_allocation_ = in PrepareOpsAndTensors()
1083 if (next_execution_plan_index_to_plan_allocation_ > in Invoke()
1085 next_execution_plan_index_to_plan_allocation_ = in Invoke()
1089 next_execution_plan_index_to_plan_allocation_ - 1)); in Invoke()
Dsubgraph.h683 int next_execution_plan_index_to_plan_allocation_; variable