/external/chromium-trace/catapult/devil/devil/utils/ |
D | reraiser_thread_unittest.py | 106 results = reraiser_thread.RunAsync([]) 110 results = reraiser_thread.RunAsync([lambda: 1]) 114 a, b = reraiser_thread.RunAsync((lambda: 1, lambda: 2))
|
D | timeout_retry_unittest.py | 83 return reraiser_thread.RunAsync((InnerInnerFunc, ))[0]
|
D | reraiser_thread.py | 229 def RunAsync(funcs, watcher=None): function
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | local_client.h | 61 StatusOr<ScopedShapedBuffer> RunAsync( 67 StatusOr<ExecutionOutput> RunAsync(std::vector<ExecutionInput> arguments, 77 StatusOr<ExecutionOutput> RunAsync(
|
D | local_client.cc | 182 return RunAsync(arguments, options); in Run() 195 return RunAsync(argument_shapes, std::move(arguments), options); in Run() 240 StatusOr<ScopedShapedBuffer> LocalExecutable::RunAsync( in RunAsync() function in xla::LocalExecutable 280 StatusOr<ExecutionOutput> LocalExecutable::RunAsync( in RunAsync() function in xla::LocalExecutable 322 StatusOr<ExecutionOutput> LocalExecutable::RunAsync( in RunAsync() function in xla::LocalExecutable 329 return RunAsync(argument_shapes, std::move(arguments), run_options); in RunAsync()
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | QpsWorker.cs | 60 workerServer.RunAsync().Wait(); in Run() 64 private async Task RunAsync() in RunAsync() method in Grpc.IntegrationTesting.QpsWorker
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.h | 121 virtual void RunAsync(const Args& args, DoneCallback done) = 0; 127 RunAsync(args, [&ret, &n](const Status& s) { in Run()
|
D | executor.cc | 147 void RunAsync(const Args& args, DoneCallback done) override; 278 void RunAsync(Executor::DoneCallback done); 458 void ExecutorState<PropagatorStateType>::RunAsync(Executor::DoneCallback done) { in RunAsync() function in tensorflow::__anonce8950920111::ExecutorState 1339 void ExecutorImpl::RunAsync(const Args& args, DoneCallback done) { in RunAsync() function in tensorflow::__anonce8950920111::ExecutorImpl 1342 ->RunAsync(std::move(done)); in RunAsync() 1346 ->RunAsync(std::move(done)); in RunAsync()
|
D | function.cc | 1067 item->exec->RunAsync( in RunRemote() 1157 item->exec->RunAsync( in Run() 1227 item->exec->RunAsync(exec_args, std::move(done)); in Run()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.h | 146 virtual void RunAsync( 215 void RunAsync( in RunAsync() function 304 void RunAsync(
|
D | eager_executor.h | 85 virtual void RunAsync(StatusCallback done) = 0;
|
D | kernel_and_device.cc | 329 RunAsync(step_container, inputs, outputs, cancellation_manager, in Run() 338 void KernelAndDeviceFunc::RunAsync( in RunAsync() function in tensorflow::KernelAndDeviceFunc
|
D | eager_executor.cc | 396 async_node->RunAsync([this, async_ref](const Status& status) { in RunItem()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | destroy_tensor_handle_node.h | 42 void RunAsync(StatusCallback done) override { in RunAsync() function
|
D | remote_copy_node.h | 70 void RunAsync(StatusCallback done) override;
|
D | remote_execute_node.h | 97 void RunAsync(StatusCallback done) override;
|
D | remote_execute_node.cc | 26 void RemoteExecuteNode::RunAsync(StatusCallback done) { in RunAsync() function in tensorflow::eager::RemoteExecuteNode
|
D | remote_copy_node.cc | 475 void RemoteCopyNode::RunAsync(StatusCallback done) { in RunAsync() function in tensorflow::eager::RemoteCopyNode
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | crash_handler_devicetest.py | 74 self.assertEquals([True, True], reraiser_thread.RunAsync([crasher, victim]))
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | aliasing.md | 51 [`LocalClient::RunAsync`](https://www.tensorflow.org/code/tensorflow/compiler/xla/client/local_clie…
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | captured_function.h | 267 void RunAsync(IteratorContext* ctx, std::vector<Tensor>&& args,
|
D | single_threaded_executor.cc | 448 void RunAsync(const Args& args, DoneCallback done) override { in RunAsync() function in tensorflow::data::__anondad5c5840111::SingleThreadedExecutorImpl
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | SwapChainPanelNativeWindow.cpp | 67 result = dispatcher->RunAsync(CoreDispatcherPriority_Normal, handler.Get(), in RunOnUIThread()
|
/external/tensorflow/tensorflow/compiler/jit/kernels/ |
D | xla_ops.cc | 285 executable->RunAsync(std::move(*execution_inputs), run_options); in Compute() 520 execution_output = closure.executable()->RunAsync( in Compute()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 557 unit.root->RunAsync(args, barrier->Get()); in StartParallelExecutors()
|