Home
last modified time | relevance | path

Searched defs:AsyncGroup (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dasync_op_canonicalizer.cc22 struct AsyncGroup { struct
23 std::optional<int64_t> id;
24 std::vector<HloInstruction*> instructions;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/
H A Dasync_runtime.cc111 class AsyncGroup : public AsyncRuntimeObject { class
113 explicit AsyncGroup(int64_t size, unsigned ref_count = 1) in AsyncGroup() function in mlir::runtime::AsyncGroup