Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc901 int first_execution_plan_index, const std::vector<int>& execution_plan, in PrepareOpsStartingAt() argument
903 if (first_execution_plan_index == 0) { in PrepareOpsStartingAt()
909 for (int execution_plan_index = first_execution_plan_index; in PrepareOpsStartingAt()
Dsubgraph.h440 TfLiteStatus PrepareOpsStartingAt(int first_execution_plan_index,