Searched defs:ExecutionUnit (Results 1 – 1 of 1) sorted by relevance
111 struct ExecutionUnit { struct112 std::unique_ptr<Graph> graph = nullptr;113 Device* device = nullptr; // not owned.114 Executor* root = nullptr; // not owned.138 std::vector<ExecutionUnit> units; argument