Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc609 int first_execution_plan_index, int* last_execution_plan_index_prepared) { in PrepareOpsStartingAt() argument
625 *last_execution_plan_index_prepared = execution_plan_index; in PrepareOpsStartingAt()
1003 int last_execution_plan_index_prepared; in ModifyGraphWithDelegate() local
1005 0, &last_execution_plan_index_prepared)); in ModifyGraphWithDelegate()
Dsubgraph.h341 int* last_execution_plan_index_prepared);