Searched defs:execution_plan (Results 1 – 5 of 5) sorted by relevance
56 TfLiteIntArray* execution_plan; in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate() local
167 std::vector<int>& execution_plan() { return execution_plan_; } in execution_plan() function170 const std::vector<int>& execution_plan() const { return execution_plan_; } in execution_plan() function
354 TfLiteStatus Subgraph::GetExecutionPlan(TfLiteIntArray** execution_plan) { in GetExecutionPlan()368 TfLiteIntArray** execution_plan) { in GetExecutionPlan()
241 const std::vector<int>& execution_plan() const { in execution_plan() function
746 TfLiteIntArray* execution_plan; in TEST() local1134 TfLiteIntArray* execution_plan; in SimpleDelegate() local1341 TfLiteIntArray* execution_plan; in SetUp() local