/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 | 62 StatusOr<ScopedShapedBuffer> RunAsync( 68 StatusOr<ExecutionOutput> RunAsync(std::vector<ExecutionInput> arguments, 78 StatusOr<ExecutionOutput> RunAsync(
|
D | local_client.cc | 185 return RunAsync(arguments, options); in Run() 198 return RunAsync(argument_shapes, std::move(arguments), options); in Run() 243 StatusOr<ScopedShapedBuffer> LocalExecutable::RunAsync( in RunAsync() function in xla::LocalExecutable 283 StatusOr<ExecutionOutput> LocalExecutable::RunAsync( in RunAsync() function in xla::LocalExecutable 325 StatusOr<ExecutionOutput> LocalExecutable::RunAsync( in RunAsync() function in xla::LocalExecutable 332 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 | 123 virtual void RunAsync(const Args& args, DoneCallback done) = 0; 129 RunAsync(args, [&ret, &n](const Status& s) { in Run()
|
D | executor.cc | 154 void RunAsync(const Args& args, DoneCallback done) override; 285 void RunAsync(Executor::DoneCallback done); 484 void ExecutorState<PropagatorStateType>::RunAsync(Executor::DoneCallback done) { in RunAsync() function in tensorflow::__anon35c05eb00111::ExecutorState 1451 void ExecutorImpl::RunAsync(const Args& args, DoneCallback done) { in RunAsync() function in tensorflow::__anon35c05eb00111::ExecutorImpl 1455 ->RunAsync(std::move(done)); in RunAsync() 1458 ->RunAsync(std::move(done)); in RunAsync() 1462 ->RunAsync(std::move(done)); in RunAsync()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.h | 153 virtual void RunAsync( 223 void RunAsync(ScopedStepContainer* step_container, in RunAsync() function 325 void RunAsync(ScopedStepContainer* step_container,
|
D | eager_executor.h | 85 virtual void RunAsync(StatusCallback done) = 0;
|
D | kernel_and_device.cc | 425 RunAsync(step_container, inputs, outputs, cancellation_manager, in Run() 457 void KernelAndDeviceFunc::RunAsync( in RunAsync() function in tensorflow::KernelAndDeviceFunc
|
D | eager_executor.cc | 392 async_node->RunAsync([this, async_ref](const Status& status) { in RunItem()
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | destroy_tensor_handle_node.h | 43 void RunAsync(StatusCallback done) override { in RunAsync() function
|
D | remote_copy_node.h | 71 void RunAsync(StatusCallback done) override;
|
D | remote_execute_node.h | 98 void RunAsync(StatusCallback done) override;
|
D | remote_execute_node.cc | 27 void RemoteExecuteNode::RunAsync(StatusCallback done) { in RunAsync() function in tensorflow::eager::RemoteExecuteNode
|
/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/core/tfrt/fallback/ |
D | op_kernel_runner.h | 62 void RunAsync(OpKernelContext* context,
|
D | op_kernel_runner.cc | 167 void OpKernelRunner::RunAsync(OpKernelContext* context, in RunAsync() function in tensorflow::tfrt_stub::OpKernelRunner
|
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
D | op_kernel_runner.h | 81 void RunAsync(OpKernelContext* context,
|
D | op_kernel_runner.cc | 155 void OpKernelRunner::RunAsync(OpKernelContext* context, in RunAsync() function in tensorflow::tfd::OpKernelRunner
|
/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/data/ |
D | captured_function.h | 290 void RunAsync(IteratorContext* ctx, std::vector<Tensor>&& args,
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | SwapChainPanelNativeWindow.cpp | 67 result = dispatcher->RunAsync(CoreDispatcherPriority_Normal, handler.Get(), in RunOnUIThread()
|
/external/armnn/tests/ |
D | InferenceModel.hpp | 635 std::tuple<unsigned int, std::chrono::duration<double, std::milli>> RunAsync( in RunAsync() function in InferenceModel 688 void RunAsync(const std::vector<armnnUtils::TContainer>& inputContainers, in RunAsync() function in InferenceModel
|