Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dpod_tpu_driver.cc229 struct EventInFlight { struct
230 EventInFlight() in EventInFlight() argument
236 std::shared_ptr<Event> underlying_event;
237 std::function<std::shared_ptr<Event>(void)> create_fn;
239 absl::flat_hash_set<int64_t> incomplete_deps;
240 std::vector<std::function<void(Status)>> callbacks;