Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc1076 int first_execution_plan_index, const std::vector<int>& execution_plan, in PrepareOpsStartingAt() argument
1078 if (first_execution_plan_index == 0) { in PrepareOpsStartingAt()
1085 for (int execution_plan_index = first_execution_plan_index; in PrepareOpsStartingAt()
H A Dsubgraph.h526 TfLiteStatus PrepareOpsStartingAt(int first_execution_plan_index,