Searched refs:AsyncExecution (Results 1 – 3 of 3) sorted by relevance
27 AsyncExecution::AsyncExecution(Backend* backend, in AsyncExecution() function in xla::AsyncExecution40 Status AsyncExecution::BlockUntilDone() const { in BlockUntilDone()56 handle, std::make_unique<AsyncExecution>(backend, std::move(streams), in Register()76 StatusOr<const AsyncExecution*> ExecutionTracker::Resolve( in Resolve()
37 class AsyncExecution {39 AsyncExecution(Backend* backend, std::vector<StreamPool::Ptr> streams,81 StatusOr<const AsyncExecution*> Resolve(const ExecutionHandle& handle);89 std::map<int64_t, std::unique_ptr<AsyncExecution>> handle_to_execution_
285 AsyncExecution, enumerator