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