Searched refs:pre_delegation_execution_plan_ (Results 1 – 2 of 2) sorted by relevance
810 const bool delegates_applied = !pre_delegation_execution_plan_.empty(); in ResizeInputTensor()948 if (!pre_delegation_execution_plan_.empty()) { in PrepareOpsAndTensors()960 next_execution_plan_index_to_prepare_, pre_delegation_execution_plan_, in PrepareOpsAndTensors()1387 if (pre_delegation_execution_plan_.empty()) return kTfLiteOk; in UndoAllDelegates()1401 execution_plan_ = pre_delegation_execution_plan_; in UndoAllDelegates()1402 pre_delegation_execution_plan_.clear(); in UndoAllDelegates()1549 pre_delegation_execution_plan_ = execution_plan_; in ModifyGraphWithDelegate()
694 std::vector<int> pre_delegation_execution_plan_; variable