Searched defs:AsyncGroup (Results 1 – 2 of 2) sorted by relevance
22 struct AsyncGroup { struct23 std::optional<int64_t> id;24 std::vector<HloInstruction*> instructions;
111 class AsyncGroup : public AsyncRuntimeObject { class113 explicit AsyncGroup(int64_t size, unsigned ref_count = 1) in AsyncGroup() function in mlir::runtime::AsyncGroup