Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
H A Dpod_tpu_driver.cc228 struct EventInFlight { struct
229 EventInFlight() in EventInFlight() argument
235 std::shared_ptr<Event> underlying_event;
236 std::function<std::shared_ptr<Event>(void)> create_fn;
238 absl::flat_hash_set<int64_t> incomplete_deps;
239 std::vector<std::function<void(Status)>> callbacks;