Searched defs:ExecutionUnit (Results 1 – 2 of 2) sorted by relevance
114 struct ExecutionUnit { struct115 std::unique_ptr<Graph> graph = nullptr;116 Device* device = nullptr; // not owned.117 Executor* root = nullptr; // not owned.141 std::vector<ExecutionUnit> units; argument
36 using ExecutionUnit = std::function<T()>; variable