Searched defs:ExecutionPlan (Results 1 – 11 of 11) sorted by relevance
25 struct ExecutionPlan { struct27 ExecutionPlan(std::shared_ptr<Graph> graph, std::string function_name) in ExecutionPlan() argument49 ExecutionPlan fallback; // XXX: members of this field are optional argument
54 class ExecutionPlan; variable573 ExecutionPlan() {} in ExecutionPlan() function591 friend class ExecutionPlan; variable
37 class ExecutionPlan; variable
48 class ExecutionPlan; variable
15 typedef std::vector<std::unique_ptr<xnn_operator, decltype(&xnn_delete_operator)>> ExecutionPlan; typedef
122 execution_plan: ExecutionPlan,
259 class ExecutionPlan: class
53 program: Program, plan: ExecutionPlan, blobs: Sequence[bytes]
854 self, plan_single: ExecutionPlan, plan_merged: ExecutionPlan
106 using ExecutionPlan = nn::ExecutionPlan; typedef
162 using ExecutionPlan = ::android::nn::ExecutionPlan; typedef