Home
last modified time | relevance | path

Searched refs:AsyncExecution (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dexecution_tracker.cc27 AsyncExecution::AsyncExecution(Backend* backend, in AsyncExecution() function in xla::AsyncExecution
40 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()
Dexecution_tracker.h37 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_
/external/armnn/include/armnn/
DTypes.hpp285 AsyncExecution, enumerator